test(props): add tests for basic props

This commit is contained in:
moklick
2022-08-23 18:10:12 +02:00
parent ecf0476939
commit 43ec2b5552
19 changed files with 1262 additions and 131 deletions
+5 -1
View File
@@ -15,9 +15,13 @@
"build": "preconstruct build && yarn run packages",
"packages": "yarn workspaces foreach --include '@react-flow/**' run build",
"test:all": "yarn test:chrome && yarn test:firefox",
"test:e2e": "cd examples/nextjs && cypress run",
"test:component": "cd examples/nextjs && cypress run --component",
"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",
"test": "yarn build && start-server-and-test dev:example http://localhost:3000 test:component",
"cypress:open": "cd examples/nextjs && cypress open",
"cypress:dev": "yarn build && start-server-and-test dev:example http://localhost:3000 cypress:open",
"release": "changeset publish"
},
"dependencies": {