mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 21:53:42 -06:00
Updated tests
This commit is contained in:
parent
07bfbab6ff
commit
d01d5b1cb2
@ -13,5 +13,7 @@ export declare var y;
|
||||
import y = require("a");
|
||||
|
||||
|
||||
//// [ref.js]
|
||||
var x = 1;
|
||||
//// [b.js]
|
||||
"use strict";
|
||||
|
||||
@ -12,5 +12,7 @@ export declare var y;
|
||||
//// [b.ts]
|
||||
import y = require("a");
|
||||
|
||||
//// [ref.js]
|
||||
var x = 1;
|
||||
//// [b.js]
|
||||
"use strict";
|
||||
|
||||
@ -31,6 +31,9 @@ exports.x = 1;
|
||||
//// [file2.js]
|
||||
"use strict";
|
||||
exports.y = 1;
|
||||
//// [file4.js]
|
||||
"use strict";
|
||||
exports.z1 = 1;
|
||||
//// [file1.js]
|
||||
"use strict";
|
||||
var file1_1 = require("folder2/file1");
|
||||
|
||||
@ -12,9 +12,8 @@
|
||||
goTo.file('consumer.js');
|
||||
goTo.marker();
|
||||
edit.insert('.');
|
||||
// TODO: Bug: Fix ES6 import of assignments to module.exports
|
||||
// verify.completionListContains("n", /*displayText:*/ undefined, /*documentation*/ undefined, "property");
|
||||
// verify.completionListContains("s", /*displayText:*/ undefined, /*documentation*/ undefined, "property");
|
||||
// verify.completionListContains("b", /*displayText:*/ undefined, /*documentation*/ undefined, "property");
|
||||
// edit.insert('n.');
|
||||
// verify.completionListContains("toFixed", /*displayText:*/ undefined, /*documentation*/ undefined, "method");
|
||||
verify.completionListContains("n", /*displayText:*/ undefined, /*documentation*/ undefined, "property");
|
||||
verify.completionListContains("s", /*displayText:*/ undefined, /*documentation*/ undefined, "property");
|
||||
verify.completionListContains("b", /*displayText:*/ undefined, /*documentation*/ undefined, "property");
|
||||
edit.insert('n.');
|
||||
verify.completionListContains("toFixed", /*displayText:*/ undefined, /*documentation*/ undefined, "method");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user