Skip to content

Commit

Permalink
Merge pull request #1300 from snyk/chore/flaky-test
Browse files Browse the repository at this point in the history
chore(test): fix flaky acceptance test
  • Loading branch information
JackuB committed Jul 31, 2020
2 parents 11155ec + 6d2d76a commit af94836
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
Original file line number Diff line number Diff line change
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 af94836

Please sign in to comment.