Skip to content

Commit

Permalink
Merge pull request #2628 from snyk/chore/test-script
Browse files Browse the repository at this point in the history
chore: fix 'npm test' script
  • Loading branch information
Jahed Ahmed committed Jan 26, 2022
2 parents 79dcc6a + 1d735d7 commit f0a3004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -42,7 +42,7 @@
"build-cli:dev": "node --max-old-space-size=8192 node_modules/webpack/bin/webpack.js --config webpack.dev.ts",
"build-cli:prod": "node --max-old-space-size=8192 node_modules/webpack/bin/webpack.js --config webpack.prod.ts",
"watch": "npm run build-cli:dev -- --watch",
"test": "npm run test:unit && test:acceptance && npm run test:tap",
"test": "npm run test:unit && npm run test:acceptance && npm run test:tap",
"test:unit": "jest --runInBand --testPathPattern '/test(/jest)?/unit/'",
"test:acceptance": "jest --runInBand --testPathPattern '/test(/jest)?/acceptance/'",
"test:tap": "tap -Rspec --timeout=300 --node-arg=-r --node-arg=ts-node/register test/tap/*.test.* ",
Expand Down

0 comments on commit f0a3004

Please sign in to comment.