Skip to content

Commit

Permalink
removing e2e test in script since none yet
Browse files Browse the repository at this point in the history
  • Loading branch information
dadepo committed Feb 1, 2022
1 parent 543bef7 commit a497722
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/keymanager-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"pretest": "yarn run check-types",
"test:unit": "nyc --cache-dir .nyc_output/.cache -e .ts mocha 'test/unit/**/*.test.ts'",
"test": "yarn test:unit",
"test:e2e": "yarn run download-spec-tests && mocha 'test/spec/**/*.test.ts'",
"download-spec-tests": "node -r ts-node/register test/spec/downloadTests.ts",
"coverage": "codecov -F lodestar-validator",
"check-readme": "typescript-docs-verifier"
Expand Down

0 comments on commit a497722

Please sign in to comment.