Add testcase

This commit is contained in:
Paul van Brenk 2016-06-15 12:07:12 -07:00
parent f4f9d899fd
commit 00a642b84c

View File

@ -0,0 +1,13 @@
/// <reference path='fourslash.ts'/>
// @allowJs: true
// @Filename: mod.js
//// function foo() { return {a: true}; }
//// module.exports.a = foo;
// @Filename: app.js
//// import * as mod from "./mod"
//// mod./**/
goTo.marker();
verify.completionListContains('a');