Skip to content

Commit

Permalink
fix: formatting tests for minify-replace
Browse files Browse the repository at this point in the history
  • Loading branch information
boopathi committed Feb 20, 2018
1 parent 588ba00 commit 8cf9f33
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ describe("replace-plugin", () => {
if (0) {
foo();
}
if (!0) {
foo();
}
Expand Down Expand Up @@ -56,6 +57,7 @@ describe("replace-plugin", () => {
if (0) {
foo();
}
if (a.__DEV__) {
foo();
}
Expand Down

0 comments on commit 8cf9f33

Please sign in to comment.