We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7be5052 commit afb9be7Copy full SHA for afb9be7
package.json
@@ -118,7 +118,7 @@
118
"json",
119
"ts"
120
],
121
- "rootDir": "src",
+ "rootDir": ".",
122
"testRegex": ".*\\.spec\\.ts$",
123
"transform": {
124
"^.+\\.(t|j)s$": [
@@ -132,12 +132,12 @@
132
133
"moduleNameMapper": {
134
"./src/index-minimal": "./src/index-minimal",
135
- "src/(.*)": "<rootDir>/$1"
+ "^src/(.*)$": "<rootDir>/src/$1"
136
},
137
"collectCoverageFrom": [
138
"**/*.(t|j)s"
139
140
- "coverageDirectory": "../coverage",
+ "coverageDirectory": "coverage",
141
"testEnvironment": "node"
142
}
143
0 commit comments