Skip to content

Commit

Permalink
removing e2e test from ci test suite because they never seem to pass …
Browse files Browse the repository at this point in the history
…on ci anymore
  • Loading branch information
electric-el committed Feb 19, 2022
1 parent f1b6819 commit b0a3526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"coverage": "nyc report --reporter=text-lcov | coveralls",
"lint": "eslint scripts && eslint test",
"test": "npm run test:unit && npm run test:e2e",
"test": "npm run test:unit",
"test:e2e": "node test/e2e",
"test:unit": "nyc mocha --exit --require @babel/register test/unit"
},
Expand Down

0 comments on commit b0a3526

Please sign in to comment.