File tree Expand file tree Collapse file tree 2 files changed +0
-26
lines changed
Expand file tree Collapse file tree 2 files changed +0
-26
lines changed Original file line number Diff line number Diff line change 2222 "test:watch" : " jest --watch" ,
2323 "test:debug" : " node --inspect node_modules/.bin/jest --runInBand"
2424 },
25- "jest" : {
26- "preset" : " ts-jest" ,
27- "testEnvironment" : " node" ,
28- "transform" : {
29- "^.+\\ .ts?$" : " ts-jest"
30- },
31- "transformIgnorePatterns" : [
32- " <rootDir>/node_modules/"
33- ],
34- "testPathIgnorePatterns" : [
35- " dist/"
36- ]
37- },
3825 "repository" : {
3926 "type" : " git" ,
4027 "url" : " https://github.com/hyperweb-io/dev-utils"
Original file line number Diff line number Diff line change 2222 "test:watch" : " jest --watch" ,
2323 "test:debug" : " node --inspect node_modules/.bin/jest --runInBand"
2424 },
25- "jest" : {
26- "preset" : " ts-jest" ,
27- "testEnvironment" : " node" ,
28- "transform" : {
29- "^.+\\ .ts?$" : " ts-jest"
30- },
31- "transformIgnorePatterns" : [
32- " <rootDir>/node_modules/"
33- ],
34- "testPathIgnorePatterns" : [
35- " dist/"
36- ]
37- },
3825 "repository" : {
3926 "type" : " git" ,
4027 "url" : " https://github.com/hyperweb-io/dev-utils"
You can’t perform that action at this time.
0 commit comments