Skip to content

Commit

Permalink
chore: fix 'npm test' script
Browse files Browse the repository at this point in the history
  • Loading branch information
Jahed Ahmed committed Jan 25, 2022
1 parent 79dcc6a commit 1d735d7
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 1d735d7

Please sign in to comment.