Address CR feedback

This commit is contained in:
Ryan Cavanaugh
2015-10-16 16:40:04 -07:00
parent 1a36fce4c2
commit 2f7719b61d
3 changed files with 18 additions and 31 deletions

View File

@@ -6,8 +6,6 @@
// @Filename: myMod.js
//// if (true) {
//// module.exports = { a: 10 };
//// } else {
//// module.exports = { b: 10 };
//// }
//// var invisible = true;
@@ -26,4 +24,3 @@ verify.not.completionListContains('invisible');
edit.insert('x.');
verify.completionListContains('a');
verify.completionListContains('b');