Skip to content

Commit dcb31fc

Browse files
committed
WHAT IFFFFFFF THOUGH
1 parent 21b5852 commit dcb31fc

File tree

3 files changed

+17
-61
lines changed

3 files changed

+17
-61
lines changed

packages/ngtools/webpack/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"@angular/compiler": "20.1.0-next.3",
3131
"@angular/compiler-cli": "20.1.0-next.3",
3232
"typescript": "5.8.3",
33+
"vitest": "3.2.4",
3334
"webpack": "5.99.9"
3435
}
3536
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import { defineConfig } from 'vitest/config';
2+
3+
export default defineConfig({
4+
test: {
5+
include: ['**/*_spec.ts'],
6+
globals: true,
7+
},
8+
});

pnpm-lock.yaml

Lines changed: 8 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)