Skip to content

Commit 6ea4bac

Browse files
committed
test: use root tsconfig for changes
1 parent 8f904aa commit 6ea4bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/utils/project.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { getGlobalVariable } from './env';
55
const packages = require('../../../lib/packages').packages;
66

77

8-
const tsConfigPath = 'src/tsconfig.app.json';
8+
const tsConfigPath = 'tsconfig.json';
99

1010

1111
export function updateJsonFile(filePath: string, fn: (json: any) => any | void) {

0 commit comments

Comments
 (0)