Skip to content

Commit 77e8a7c

Browse files
committed
Test fix
1 parent b815284 commit 77e8a7c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/server/unit/compiler-tests_spec.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ describe('typescript-compiler', () => {
7171
});
7272
let moduleFoo = 'module foo {}';
7373
let inputFile = new InputFile(moduleFoo, 'foo5.ts');
74-
let compiler = new TypeScriptCompiler();
75-
compiler.processFilesForTarget([inputFile, configFile]);
74+
compiler.processFilesForTarget([inputFile]);
7675

7776
expect(inputFile.result.bare).toBe(true);
7877
});

0 commit comments

Comments
 (0)