Skip to content

Commit 3a970ea

Browse files
committed
test(gen): replace expected tsd files with expected typings file
1 parent 19deba8 commit 3a970ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: src/test/get-expected-files.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,7 @@ export function app(options) {
111111
files = files.concat([
112112
'tsconfig.client.test.json',
113113
'tsconfig.client.json',
114-
'tsd.json',
115-
'tsd_test.json',
114+
'typings.json',
116115
'client/tslint.json'
117116
]);
118117
} else {

0 commit comments

Comments
 (0)