diff options
Diffstat (limited to 'cli/lsp/tsc.rs')
-rw-r--r-- | cli/lsp/tsc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/lsp/tsc.rs b/cli/lsp/tsc.rs index 0decef396..6d3e1317b 100644 --- a/cli/lsp/tsc.rs +++ b/cli/lsp/tsc.rs @@ -6154,7 +6154,7 @@ mod tests { let change = changes.text_changes.first().unwrap(); assert_eq!( change.new_text, - "import { someLongVariable } from './b.ts'\n" + "import type { someLongVariable } from './b.ts'\n" ); } |