TypeScript/tests/cases/fourslash/jsRequireQuickInfo.ts

11 lines
229 B
TypeScript
Raw Normal View History

/// <reference path="fourslash.ts" />
// @allowJs: true
// @Filename: a.js
////const /**/x = require("./b");
// @Filename: b.js
////exports.x = 0;
2016-09-09 18:02:55 +02:00
verify.quickInfoAt("",'const x: typeof "/tests/cases/fourslash/b"');