Skip to content

Commit

Permalink
Add --file option to test-node script.
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-lee committed Apr 7, 2023
1 parent ac7f01f commit 9f47682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -39,7 +39,7 @@
"test-browser": "cross-env NODE_ENV=test karma start --singleRun=true",
"test-browser-specs": "cross-env NODE_ENV=test karma start --singleRun=true --dir=test/specs",
"test-browser-integration": "cross-env NODE_ENV=test karma start --singleRun=true --dir=test/integration",
"test-node": "cross-env NODE_ENV=test nyc mocha --require @babel/register --recursive test",
"test-node": "cross-env NODE_ENV=test nyc mocha --require @babel/register --file test/helpers/nodeTestSetup.js --recursive test",
"test-node-specs": "cross-env NODE_ENV=test nyc mocha --require @babel/register --recursive test/specs",
"test-node-integration": "cross-env NODE_ENV=test nyc mocha --require @babel/register --file test/helpers/nodeTestSetup.js --recursive test/integration"
},
Expand Down

0 comments on commit 9f47682

Please sign in to comment.