Skip to content

Commit

Permalink
test(DefaultCommand): fix cypress chrome / firefox invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Jul 2, 2022
1 parent 664e9af commit 9dd9910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"start": "webpack-dev-server --mode development --env DEVSERVER",
"start:production": "webpack-dev-server --mode production",
"test:wasi": "npm run test:cliRun && npm run test:cliTest",
"test": "npm run test:lint && npm run test:node && npm run test:browser && npm run test:browser:cypress",
"test": "npm run test:lint && npm run test:node && npm run test:browser && npm run test:chrome && npm run test:firefox",
"test:lint": "ts-standard --fix \"src/**/*.ts\" && standard --fix \"test/**/*.js\"",
"test:node": "ava test/node/core/*.js test/node/io/image/*.js test/node/io/mesh/*.js test/node/pipeline/*.js",
"test:cliRun": "node src/itk-wasm-cli.js -b wasi-build -s ./test/pipelines/StdoutStderrPipeline run -r wasmtime StdoutStderrTest.wasi.wasm",
Expand Down

0 comments on commit 9dd9910

Please sign in to comment.