Skip to content

Commit

Permalink
chore(tests): Skip unreliable Puppeteer browser tests
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Mar 2, 2020
1 parent 27860a1 commit ecdd0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"clean": "../../node_modules/.bin/shx rm -rf dist/ && ../../node_modules/.bin/shx mkdir -p dist",
"version": "npm run build",
"mocha": "mocha --config ../../.mocharc.json",
"test": "npm run build && npm run mocha && npm run test:browser",
"test": "npm run build && npm run mocha",
"test:browser": "mocha-puppeteer browser/test.js",
"build": "npm run clean && npm run webpack",
"webpack": "parallel-webpack"
Expand Down

0 comments on commit ecdd0c9

Please sign in to comment.