Skip to content

Commit 9aad597

Browse files
committed
test(gen:expectedFiles): fix ts expectations
1 parent bba765c commit 9aad597

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/get-expected-files.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@ export function app(options) {
113113
if (options.transpiler === 'ts') {
114114
files = files.concat([
115115
'tsconfig.client.test.json',
116-
'tsconfig.client.json',
117-
'typings.json',
116+
'tsconfig.json',
118117
'client/tslint.json'
119118
]);
120119
} else {

0 commit comments

Comments
 (0)