Skip to content

Commit

Permalink
Fix invalid test script regex
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
louislefevre committed Aug 28, 2021
1 parent cef5cd9 commit 5533563
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 @@ -26,7 +26,7 @@
],
"scripts": {
"build": "tsc",
"test": "jest --config .jestrc.json test/**.test.ts",
"test": "jest --config .jestrc.json test/index.test.ts",
"test:loop": "for i in {1..100}; do npm test || (echo 'Failed after $i attempts' && break); done",
"clean": "rm -r ~/.python_history*",
"format": "prettier --write \"**/**/*.ts\"",
Expand Down

0 comments on commit 5533563

Please sign in to comment.