Skip to content

Commit

Permalink
chore(test): disably flaky Windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JackuB committed Jul 31, 2020
1 parent 3fc09e1 commit 6d2d76a
Show file tree
Hide file tree
Showing 3 changed files with 1,824 additions and 1,781 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -31,7 +31,7 @@
"test:system": "tap test/system/*.test.* -Rspec --timeout=300 --node-arg=-r --node-arg=ts-node/register",
"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:test",
"test-windows": "npm run test:acceptance && npm run test:system && npm run test:test",
"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}'",
"lint:formatting": "prettier --check '{src,test,scripts}/**/*.{js,ts}'",
Expand Down

0 comments on commit 6d2d76a

Please sign in to comment.