File tree 5 files changed +198
-1829
lines changed
5 files changed +198
-1829
lines changed Original file line number Diff line number Diff line change 7
7
"scripts" : {
8
8
"compile" : " tsc" ,
9
9
"build" : " yarn clean && yarn compile" ,
10
- "test" : " jest" ,
11
10
"release" : " standard-version" ,
12
11
"--------------" : " " ,
13
12
"format" : " prettier --write ." ,
14
13
"clean" : " rimraf -g dist **/*.tsbuildinfo ./test/projects/nx/dist" ,
15
14
"clean:all" : " yarn clean && rimraf -g node_modules \" **/node_modules\" \" **/yarn.lock\" yarn.lock" ,
16
15
"reset" : " yarn clean:all && yarn install && yarn build" ,
17
16
"-------------- " : " " ,
18
- "prebuild" : " rimraf -g dist" ,
19
- "install:tests" : " cd test && yarn install" ,
20
- "prepare" : " yarn install:tests"
17
+ "test" : " yarn --cwd test install && NODE_OPTIONS=--max_old_space_size=4096 yarn --cwd test jest" ,
18
+ "prebuild" : " rimraf -g dist"
21
19
},
22
20
"keywords" : [
23
21
" typescript" ,
55
53
" nx-transformer.js"
56
54
],
57
55
"devDependencies" : {
58
- "@types/jest" : " ^29.2.0" ,
59
56
"@types/minimatch" : " ^5.1.2" ,
60
57
"@types/node" : " ^18.11.2" ,
61
- "jest" : " ^29.7.0" ,
62
58
"prettier" : " ^3.3.3" ,
63
59
"rimraf" : " ^5.0.5" ,
64
60
"standard-version" : " ^9.5.0" ,
65
61
"@types/ts-expose-internals" :
" npm:[email protected] " ,
66
- "ts-jest" : " ^29.1.2" ,
67
62
"ts-node" : " ^10.9.1" ,
68
63
"ts-patch" : " ^3.1.2" ,
69
64
"typescript" : " ^5.3.3"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const config: JestConfigWithTsJest = {
9
9
"^.+\\.tsx?$" : [
10
10
"ts-jest" ,
11
11
{
12
- tsconfig : "<rootDir>/test/ tsconfig.json" ,
12
+ tsconfig : "<rootDir>/tsconfig.json" ,
13
13
} ,
14
14
] ,
15
15
} ,
Original file line number Diff line number Diff line change 9
9
"@nrwl/js" : " ^15.0.0" ,
10
10
"@nrwl/node" : " ^15.0.0" ,
11
11
"@nrwl/workspace" : " ^15.0.0" ,
12
+ "@types/jest" : " ^29.5.12" ,
13
+ "jest" : " ^29.7.0" ,
12
14
"nx" : " ^15.0.0" ,
13
15
"strip-ansi" : " ^6.0.1" ,
14
16
"ts-expose-internals" : " ^4.1.2" ,
17
+ "ts-jest" : " ^29.2.4" ,
15
18
"ts-node" : " ^10.9.2" ,
16
19
"ts-patch" : " latest" ,
17
20
"tsp1" : " npm:ts-patch@1.*.*" ,
You can’t perform that action at this time.
0 commit comments