Skip to content

Commit 93bbd7a

Browse files
committed
test(plugin-typescript-e2e): simplify config in fixture
1 parent a1674af commit 93bbd7a

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

e2e/plugin-typescript-e2e/mocks/fixtures/default-setup/code-pushup.config.ts

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,12 @@ import {
55
} from '@code-pushup/typescript-plugin';
66

77
export default {
8-
plugins: [
9-
await typescriptPlugin({
10-
tsConfigPath: 'tsconfig.json',
11-
}),
12-
],
8+
plugins: [await typescriptPlugin()],
139
categories: [
1410
{
1511
slug: 'typescript-quality',
1612
title: 'Typescript',
17-
refs: await getCategoryRefsFromGroups({
18-
tsConfigPath: 'tsconfig.json',
19-
}),
13+
refs: await getCategoryRefsFromGroups(),
2014
},
2115
],
2216
} satisfies CoreConfig;

0 commit comments

Comments
 (0)