Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ljqx committed Jun 16, 2017
1 parent c8b0f7c commit 284e98d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/Parser.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,13 +171,13 @@ describe("Parser", () => {
fgh: [""]
}
],
"renaming this with IIFE (called)": [
"renaming this's properties with IIFE (called)": [
function() {
! function() {
this("test");
}.call(abc);
this.sub;
}.call(fgh);
}, {
abc: ["test"],
fghsub: ["notry"]
}
],
};
Expand Down

0 comments on commit 284e98d

Please sign in to comment.