Skip to content

Commit

Permalink
fix: add passWithNoTests
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas committed Jul 7, 2019
1 parent 2f6c92d commit 3b4bc64
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 @@ -7,7 +7,7 @@
"start": "npm run typings && tsc && node build/src/index.js",
"build": "npm run typings && tsc",
"lint": "tslint --fix -p .",
"test": "npm run typings && npm run lint && jest --coverage",
"test": "npm run typings && npm run lint && jest --coverage --passWithNoTests",
"typings": "open-rpc-typings --output-ts __GENERATED_TYPES__"
},
"author": "",
Expand Down

0 comments on commit 3b4bc64

Please sign in to comment.