Skip to content

Commit 7bca4e7

Browse files
committed
lint
1 parent 426103d commit 7bca4e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/tsconfig-verifier/test/index.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ import path from 'path'
570570
it('allows you to set verbatimModuleSyntax true via extends without adding isolatedModules', async () => {
571571
expect(await exists(tsConfig)).toBe(false)
572572
expect(await exists(tsConfigBase)).toBe(false)
573-
573+
574574
await writeFile(
575575
tsConfigBase,
576576
`{ "compilerOptions": { "verbatimModuleSyntax": true } }`
@@ -583,7 +583,7 @@ import path from 'path'
583583
})
584584
expect(stderr + stdout).not.toContain('isolatedModules')
585585
expect(code).toBe(0)
586-
586+
587587
expect(await readFile(tsConfig, 'utf8')).toMatchInlineSnapshot(`
588588
"{
589589
\\"extends\\": \\"./tsconfig.base.json\\",

0 commit comments

Comments
 (0)