File tree 1 file changed +12
-3
lines changed
1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 4
4
"default" : {
5
5
"runner" : " nx/tasks-runners/default" ,
6
6
"options" : {
7
- "cacheableOperations" : [" build" , " lint" , " test" , " e2e" ]
7
+ "cacheableOperations" : [
8
+ " build" ,
9
+ " lint" ,
10
+ " unit-test" ,
11
+ " integration-test" ,
12
+ " e2e"
13
+ ]
8
14
}
9
15
}
10
16
},
24
30
"reportUnusedDisableDirectives" : " warn"
25
31
}
26
32
},
27
- "test" : {
33
+ "unit-test" : {
34
+ "inputs" : [" default" , " ^production" ]
35
+ },
36
+ "integration-test" : {
28
37
"inputs" : [" default" , " ^production" ]
29
38
},
30
39
"e2e" : {
68
77
" !{projectRoot}/src/test-setup.[jt]s" ,
69
78
" !{projectRoot}/test-setup.[jt]s" ,
70
79
" !{projectRoot}/**/?(*.)mock.[jt]s?(x)" ,
71
- " !{projectRoot}/vite.config.[jt]s" ,
80
+ " !{projectRoot}/vite.config.@(unit|integration). [jt]s" ,
72
81
" !{projectRoot}/test/**/*" ,
73
82
" !{projectRoot}/perf/**/*" ,
74
83
" !{projectRoot}/code-pushup.config.?(m)[jt]s"
You can’t perform that action at this time.
0 commit comments