Skip to content

Commit 89467bc

Browse files
committed
test: spec -> test
1 parent 3cbf6de commit 89467bc

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

jest.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
module.exports = {
22
"roots": [
33
"<rootDir>/src",
4-
"<rootDir>/spec"
4+
"<rootDir>/test"
55
],
66
"transform": {
77
"^.+\\.tsx?$": "ts-jest"
88
},
9-
"testRegex": "(/spec/.*|(\\.|/)(test|spec))\\.tsx?$",
9+
"testRegex": "(/spec/.*|(\\.|/)(test))\\.tsx?$",
1010
"moduleFileExtensions": [
1111
"ts",
1212
"tsx",
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)