Skip to content

Commit 394c842

Browse files
Add failing test case.
1 parent ed014db commit 394c842

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
/// <reference path="./fourslash.ts" />
2+
3+
// @Filename: /dir/foo.ts
4+
//// export function foo() {}
5+
6+
// @Filename: /dir/bar.ts
7+
//// /*$*/
8+
9+
// @Filename: /dir/tsconfig.json
10+
////{
11+
//// "compilerOptions": {
12+
//// "module": "amd",
13+
//// "moduleResolution": "classic",
14+
//// "rootDirs": ["D:/"]
15+
//// }
16+
////}
17+
18+
goTo.marker("$");
19+
verify.completions({
20+
preferences: {
21+
includeCompletionsForModuleExports: true,
22+
allowIncompleteCompletions: true,
23+
}
24+
});

0 commit comments

Comments
 (0)