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 a9b08ef commit f10a534Copy full SHA for f10a534
packages/vite-plugin-angular/src/lib/angular-vitest-plugin.ts
@@ -12,8 +12,13 @@ export function angularVitestPlugin(): Plugin {
12
},
13
test: {
14
pool: userConfig.test?.pool ?? 'vmThreads',
15
+ server: {
16
+ deps: {
17
+ inline: ['@analogjs/router'],
18
+ },
19
20
- } as UserConfig;
21
+ };
22
23
async transform(_code, id) {
24
if (/fesm2022/.test(id) && _code.includes('async (')) {
0 commit comments