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 f4d74b5 commit 264f8a1Copy full SHA for 264f8a1
.github/workflows/mutation.yml
@@ -140,6 +140,7 @@ jobs:
140
matrix:
141
package: [
142
'angular',
143
+ 'astro',
144
'core',
145
'browser',
146
'node',
packages/astro/package.json
@@ -84,6 +84,7 @@
84
"test": "yarn test:unit",
85
"test:unit": "vitest run",
86
"test:watch": "vitest --watch",
87
+ "test:mutation": "node ./../../scripts/stryker/run-with-sentry.mjs",
88
"yalc:publish": "yalc publish --push --sig"
89
},
90
"volta": {
packages/astro/vite.config.ts
@@ -1,4 +1,4 @@
1
-import baseConfig from '../../vite/vite.config';
+import baseConfig from '@sentry-internal/vitest-config';
2
3
export default {
4
...baseConfig,
0 commit comments