Skip to content

Commit ac20ac4

Browse files
committed
rename test baselines
1 parent 62f4c15 commit ac20ac4

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

internal/execute/tscincremental_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ func TestIncremental(t *testing.T) {
293293
},
294294
},
295295
{
296-
subScenario: "react-jsx-emit-mode with no backing types found doesn't crash",
296+
subScenario: "react-jsx-emit-mode with no backing types found doesnt crash",
297297
sys: newTestSys(FileMap{
298298
"/home/src/workspaces/project/node_modules/react/jsx-runtime.js": "export {}", // js needs to be present so there's a resolution result
299299
"/home/src/workspaces/project/node_modules/@types/react/index.d.ts": stringtestutil.Dedent(`
@@ -321,7 +321,7 @@ func TestIncremental(t *testing.T) {
321321
}, "/home/src/workspaces/project"),
322322
},
323323
{
324-
subScenario: "react-jsx-emit-mode with no backing types found doesn't crash under --strict",
324+
subScenario: "react-jsx-emit-mode with no backing types found doesnt crash under --strict",
325325
sys: newTestSys(FileMap{
326326
"/home/src/workspaces/project/node_modules/react/jsx-runtime.js": "export {}", // js needs to be present so there's a resolution result
327327
"/home/src/workspaces/project/node_modules/@types/react/index.d.ts": stringtestutil.Dedent(`

0 commit comments

Comments
 (0)