Skip to content

Commit

Permalink
chore(test): Renamed test files
Browse files Browse the repository at this point in the history
  • Loading branch information
grantila committed Jun 4, 2023
1 parent 958668a commit a2a6172
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@
"extensionsToTreatAsEsm": [
".ts"
],
"testMatch": [
"<rootDir>/lib/**/*.spec.ts"
],
"testEnvironment": "node",
"coverageReporters": [
"lcov",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"noEmit": false
},
"exclude": [
"**/*.spec.ts"
"**/*.test.ts"
]
}

0 comments on commit a2a6172

Please sign in to comment.