Skip to content

Commit

Permalink
Update default tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Aug 30, 2022
1 parent 8b31a0f commit 480e9f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ module.exports = {
"^.+\\.tsx?$": "ts-jest"
},
"testMatch": [
"**/*.test.ts",
"**/*.perf.ts"
"**/*.test.ts"
],
"moduleFileExtensions": [
"ts",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"prepublishOnly": "npm test",
"clean-build": "npm run clean && npm run build",
"clean": "rimraf dist",
"test": "jest --testMatch '**/*.test.ts'",
"test": "jest",
"perf": "jest --testMatch '**/*.perf.ts'",
"test-all": "jest",
"build": "tsc -p .",
Expand Down

0 comments on commit 480e9f8

Please sign in to comment.