Skip to content

Commit

Permalink
Revert "Fix tests - weird - it was already fixed"
Browse files Browse the repository at this point in the history
This reverts commit 34b4529.
  • Loading branch information
boopathi committed Jul 31, 2016
1 parent 9c74ff8 commit 1bfb693
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -689,8 +689,8 @@ describe("dce-plugin", () => {
`);
const expected = unpad(`
if (!a) {
foo();
}
foo();
}
if (a) {
foo();
}
Expand Down Expand Up @@ -1424,8 +1424,8 @@ describe("dce-plugin", () => {
`);
const expected = unpad(`
if (!baz) {
console.log('foo' + 'bar');
}
console.log('foo' + 'bar');
}
`);
expect(transform(source)).toBe(expected);
});
Expand Down

0 comments on commit 1bfb693

Please sign in to comment.