test(components): add component tests, use ts for e2e tests
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
"build": "preconstruct build && yarn run packages",
|
||||
"packages": "yarn workspaces foreach --include '@react-flow/**' run build",
|
||||
"test:all": "yarn test:chrome && yarn test:firefox",
|
||||
"test:chrome": "cypress run --browser chrome",
|
||||
"test:firefox": "cypress run --browser firefox",
|
||||
"test:chrome": "cd examples/nextjs && cypress run --browser chrome",
|
||||
"test:firefox": "cd examples/nextjs && cypress run --browser firefox",
|
||||
"test": "yarn build && start-server-and-test dev:example http://localhost:3000 test:chrome",
|
||||
"release": "changeset publish"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user