Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anshumanv committed Oct 3, 2020
1 parent 25a34e5 commit b79e63e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/mode/mode-with-config/index.js
@@ -0,0 +1,10 @@
require("react")
console.log("Ichigo")
if (process.env.NODE_ENV === "production") {
console.log("production mode")
} else if (process.env.NODE_ENV === "development") {
console.log(console.log("development mode"))
} else {
console.log(console.log("none mode"))
}

0 comments on commit b79e63e

Please sign in to comment.