Skip to content

Commit fce282b

Browse files
Add failing test.
1 parent 42ea5ec commit fce282b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/// <reference path="./fourslash.ts" />
2+
3+
// @allowJs: true
4+
// @module: commonjs
5+
// @Filename: /library.js
6+
//// export function aaa() {}
7+
//// export function bbb() {}
8+
9+
// @Filename: /foo.js
10+
//// var a = require("./library").aaa;
11+
//// bbb/**/
12+
13+
goTo.marker();
14+
verify.codeFixAvailable();

0 commit comments

Comments
 (0)