File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -139,6 +139,7 @@ jobs:
139
139
fail-fast : false
140
140
matrix :
141
141
package : [
142
+ ' angular' ,
142
143
' core' ,
143
144
' browser' ,
144
145
' node' ,
Original file line number Diff line number Diff line change 57
57
"test" : " yarn test:unit" ,
58
58
"test:unit" : " vitest run" ,
59
59
"test:unit:watch" : " vitest --watch" ,
60
- "yalc:publish" : " yalc publish --push --sig"
60
+ "yalc:publish" : " yalc publish --push --sig" ,
61
+ "test:mutation" : " node ./../../scripts/stryker/run-with-sentry.mjs"
61
62
},
62
63
"volta" : {
63
64
"extends" : " ../../package.json"
Original file line number Diff line number Diff line change
1
+ import baseConfig from '@sentry-internal/vitest-config' ;
1
2
import type { UserConfig } from 'vitest' ;
2
3
import { defineConfig } from 'vitest/config' ;
3
- import baseConfig from '../../vite/vite.config' ;
4
4
5
5
export default defineConfig ( {
6
6
test : {
You can’t perform that action at this time.
0 commit comments