mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-13 02:37:57 +01:00
Move start-server-and-test to parent page.
This commit is contained in:
parent
d90e998c06
commit
de05a5969b
@ -17,7 +17,7 @@
|
||||
"lint": "eslint src --ext js,ts,tsx",
|
||||
"playground": "webpack serve --config webpack.playground.js",
|
||||
"test": "yarn test:unit && yarn test:integration",
|
||||
"test:integration": "start-server-and-test 'yarn playground' http-get://localhost:8081 'yarn cy:run'",
|
||||
"test:integration": "npx start-server-and-test 'yarn playground' http-get://localhost:8081 'yarn cy:run'",
|
||||
"test:unit": "jest ./test/unit/* --detectOpenHandles"
|
||||
},
|
||||
"dependencies": {
|
||||
@ -35,8 +35,7 @@
|
||||
"cypress-image-snapshot": "^4.0.1",
|
||||
"jest-transform-stub": "^2.0.0",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"start-server-and-test": "^2.0.0"
|
||||
"react-dom": "^18.2.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@emotion/react": "^11.10.5",
|
||||
|
Loading…
Reference in New Issue
Block a user