Skip to content

Commit 2e55292

Browse files
committed
tsc --noEmit
1 parent d2376b2 commit 2e55292

File tree

44 files changed

+30980
-18
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+30980
-18
lines changed

internal/execute/tsc_test.go

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -325,24 +325,6 @@ func TestTscListFilesOnly(t *testing.T) {
325325
}
326326
}
327327

328-
func TestNoEmit(t *testing.T) {
329-
t.Parallel()
330-
(&tscInput{
331-
subScenario: "when project has strict true",
332-
files: FileMap{
333-
"/home/src/workspaces/project/tsconfig.json": stringtestutil.Dedent(`
334-
{
335-
"compilerOptions": {
336-
"incremental": true,
337-
"strict": true
338-
}
339-
}`),
340-
"/home/src/workspaces/project/class1.ts": `export class class1 {}`,
341-
},
342-
commandLineArgs: []string{"--noEmit"},
343-
}).run(t, "noEmit")
344-
}
345-
346328
func TestTypeAcquisition(t *testing.T) {
347329
t.Parallel()
348330
(&tscInput{

0 commit comments

Comments
 (0)