Skip to content

Commit cd55dea

Browse files
committed
Remove unnecessary test
1 parent de1bd2c commit cd55dea

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

test/fixtures/tsconfig.syntactic.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

test/transformers/typescript.test.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -79,16 +79,6 @@ describe('transformer - typescript', () => {
7979
expect(preprocessed.toString()).toContain(EXPECTED_SCRIPT);
8080
});
8181

82-
it('should report config syntactic errors in tsconfig file', () => {
83-
const opts = sveltePreprocess({
84-
typescript: {
85-
tsconfigFile: './test/fixtures/tsconfig.syntactic.json',
86-
},
87-
});
88-
89-
return expect(preprocess(template, opts)).rejects.toThrow('TS1005');
90-
});
91-
9282
it('should report config semantic errors in tsconfig file', () => {
9383
const opts = sveltePreprocess({
9484
typescript: {

0 commit comments

Comments
 (0)