Skip to content

Commit

Permalink
expanded test case a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Dec 23, 2015
1 parent a1ed89e commit b6da0ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/cases/parsing/harmony/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ it("should import a whole module", function() {
var copy = (function(a) { return a; }(abc));
copy.a.should.be.eql("a");
copy.b.should.be.eql("b");
(typeof abc).should.be.eql("object");
});

it("should export functions", function() {
Expand Down
2 changes: 1 addition & 1 deletion test/cases/parsing/harmony/node_modules/abc.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions test/cases/parsing/harmony/node_modules/abc_c.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b6da0ee

Please sign in to comment.