Skip to content

Commit

Permalink
chore: add test:test suite to test
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjeffos committed Sep 14, 2020
1 parent 7388695 commit 3f0ebdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -30,7 +30,7 @@
"test:system": "tap test/system/*.test.* -Rspec --timeout=300 --node-arg=-r --node-arg=ts-node/register",
"test:jest": "jest test/*.spec.ts",
"test:test": "tap test/*.test.* -Rspec --timeout=300 --node-arg=-r --node-arg=ts-node/register",
"test": "npm run test:acceptance && npm run test:system && npm run test:jest",
"test": "npm run test:acceptance && npm run test:system && npm run test:test && npm run test:jest",
"test-windows": "tap test/acceptance/**/*.test.* -Rspec --timeout=300 --node-arg=-r --node-arg=ts-node/register && npm run test:system && npm run test:test",
"lint": "run-p --aggregate-output lint:*",
"lint:js": "eslint --color --cache 'src/**/*.{js,ts}'",
Expand Down

0 comments on commit 3f0ebdd

Please sign in to comment.