Skip to content

Commit

Permalink
Fix quoting for cmd.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
lfdebrux committed Sep 28, 2022
1 parent e433ef2 commit a03a5ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"rapidtest": "jest --bail",
"cypress:open": "cypress open",
"test:heroku": "echo 'test:heroku' needs to be implemented",
"test:acceptance": "cross-env KIT_TEST_DIR=tmp/test-prototype-package start-server-and-test 'node cypress/scripts/run-starter-prototype' 3000 'cypress run'",
"test:acceptance:open": "cross-env KIT_TEST_DIR=tmp/test-prototype-package start-server-and-test 'node cypress/scripts/run-starter-prototype' 3000 'cypress open'",
"test:acceptance": "cross-env KIT_TEST_DIR=tmp/test-prototype-package start-server-and-test \"node cypress/scripts/run-starter-prototype\" 3000 \"cypress run\"",
"test:acceptance:open": "cross-env KIT_TEST_DIR=tmp/test-prototype-package start-server-and-test \"node cypress/scripts/run-starter-prototype\" 3000 \"cypress open\"",
"test:smoke": "cypress run --spec \"cypress/integration/0-smoke-tests/*\"",
"test:unit": "jest --detectOpenHandles lib bin",
"test:integration": "cross-env IS_INTEGRATION_TEST=true jest --detectOpenHandles --testTimeout=30000 __tests__",
Expand Down

0 comments on commit a03a5ec

Please sign in to comment.