Skip to content

Commit 264f8a1

Browse files
committed
add astro
1 parent f4d74b5 commit 264f8a1

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/mutation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ jobs:
140140
matrix:
141141
package: [
142142
'angular',
143+
'astro',
143144
'core',
144145
'browser',
145146
'node',

packages/astro/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
"test": "yarn test:unit",
8585
"test:unit": "vitest run",
8686
"test:watch": "vitest --watch",
87+
"test:mutation": "node ./../../scripts/stryker/run-with-sentry.mjs",
8788
"yalc:publish": "yalc publish --push --sig"
8889
},
8990
"volta": {

packages/astro/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import baseConfig from '../../vite/vite.config';
1+
import baseConfig from '@sentry-internal/vitest-config';
22

33
export default {
44
...baseConfig,

0 commit comments

Comments
 (0)