We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9052804 commit 0f15bdaCopy full SHA for 0f15bda
src/testRunner/unittests/services/organizeImports.ts
@@ -343,6 +343,19 @@ import { } from "lib";
343
},
344
libFile);
345
346
+ testOrganizeImports("Unused_false_positive_module_augmentation",
347
+ {
348
+ path: "/test.d.ts",
349
+ content: `
350
+import { Caseless } from 'caseless';
351
+
352
+declare module 'caseless' {
353
+ interface Caseless {
354
+ test(name: KeyType): boolean;
355
+ }
356
+}`
357
+ });
358
359
testOrganizeImports("Unused_false_positive_shorthand_assignment",
360
{
361
path: "/test.ts",
0 commit comments