Skip to content

Commit f4d74b5

Browse files
committed
add angular
1 parent 7ed9b1d commit f4d74b5

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/mutation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ jobs:
139139
fail-fast: false
140140
matrix:
141141
package: [
142+
'angular',
142143
'core',
143144
'browser',
144145
'node',

packages/angular/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757
"test": "yarn test:unit",
5858
"test:unit": "vitest run",
5959
"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"
6162
},
6263
"volta": {
6364
"extends": "../../package.json"

packages/angular/vitest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
import baseConfig from '@sentry-internal/vitest-config';
12
import type { UserConfig } from 'vitest';
23
import { defineConfig } from 'vitest/config';
3-
import baseConfig from '../../vite/vite.config';
44

55
export default defineConfig({
66
test: {

0 commit comments

Comments
 (0)