Add failing test.

This commit is contained in:
Daniel Rosenwasser
2022-01-13 21:54:16 +00:00
committed by GitHub
parent 42ea5ec3d8
commit fce282b5bd
@@ -0,0 +1,14 @@
/// <reference path="./fourslash.ts" />
// @allowJs: true
// @module: commonjs
// @Filename: /library.js
//// export function aaa() {}
//// export function bbb() {}
// @Filename: /foo.js
//// var a = require("./library").aaa;
//// bbb/**/
goTo.marker();
verify.codeFixAvailable();