Skip to content

Commit 7275e9c

Browse files
committed
Delete redundant test
1 parent 526e413 commit 7275e9c

File tree

3 files changed

+1
-17
lines changed

3 files changed

+1
-17
lines changed

src/testRunner/unittests/tsc/listFilesOnly.ts

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,7 @@ namespace ts {
22
describe("unittests:: tsc:: listFilesOnly::", () => {
33
verifyTsc({
44
scenario: "listFilesOnly",
5-
subScenario: "before watch",
6-
fs: () => loadProjectFromFiles({
7-
"/src/test.ts": utils.dedent`
8-
export const x = 1;`,
9-
}),
10-
commandLineArgs: ["/src/test.ts", "--listFilesOnly", "--watch"]
11-
});
12-
13-
verifyTsc({
14-
scenario: "listFilesOnly",
15-
subScenario: "after watch",
5+
subScenario: "combined with watch",
166
fs: () => loadProjectFromFiles({
177
"/src/test.ts": utils.dedent`
188
export const x = 1;`,

tests/baselines/reference/tsc/listFilesOnly/initial-build/before-watch.js

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

0 commit comments

Comments
 (0)