Add failing test case.

This commit is contained in:
Daniel Rosenwasser
2022-01-12 21:00:06 +00:00
committed by GitHub
parent ed014db864
commit 394c8422c2

View File

@@ -0,0 +1,24 @@
/// <reference path="./fourslash.ts" />
// @Filename: /dir/foo.ts
//// export function foo() {}
// @Filename: /dir/bar.ts
//// /*$*/
// @Filename: /dir/tsconfig.json
////{
//// "compilerOptions": {
//// "module": "amd",
//// "moduleResolution": "classic",
//// "rootDirs": ["D:/"]
//// }
////}
goTo.marker("$");
verify.completions({
preferences: {
includeCompletionsForModuleExports: true,
allowIncompleteCompletions: true,
}
});