Skip to content

Commit

Permalink
change test command in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
secretlifeof committed Nov 4, 2020
1 parent 6b63394 commit c8ddb0c
Show file tree
Hide file tree
Showing 2 changed files with 458 additions and 3,355 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"scripts": {
"build": "microbundle",
"lint": "eslint --ignore-path .gitignore \"**/*.{ts,tsx,js,jsx}\"",
"test": "jest --runInBand --detectOpenHandles ",
"test": "jest",
"watch": "microbundle watch"
},
"dependencies": {
Expand Down
Loading

0 comments on commit c8ddb0c

Please sign in to comment.