Skip to content

Commit

Permalink
Add test infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Jun 24, 2020
1 parent 3e06d99 commit 00323de
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/endo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"scripts": {
"depcheck": "depcheck",
"lint": "eslint '**/*.js'",
"lint-fix": "eslint --fix '**/*.js'"
"lint-fix": "eslint --fix '**/*.js'",
"test": "tap --no-esm --no-coverage --reporter spec 'test/**/*.test.js'"
},
"dependencies": {
"jszip": "^3.4.0",
Expand All @@ -20,7 +21,9 @@
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-prettier": "^3.1.2"
"eslint-plugin-prettier": "^3.1.2",
"tap": "14.10.5",
"tape": "4.12.1"
},
"files": [
"LICENSE*",
Expand Down

0 comments on commit 00323de

Please sign in to comment.