Skip to content

Commit

Permalink
Update packages/gatsby-recipes/src/providers/utils/get-diff.js
Browse files Browse the repository at this point in the history
Co-Authored-By: John Otander <johnotander@gmail.com>
  • Loading branch information
KyleAMathews and johno authored Apr 20, 2020
1 parent ee56a91 commit 9c8163e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/gatsby-recipes/src/providers/utils/get-diff.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
const diff = require(`jest-diff`).default
const chalk = require(`chalk`)

// console.log(process.env.NODE_ENV)
// if (process.env.NODE_ENV === `test`) {
// process.env.FORCE_COLOR = 0
// }

module.exports = async (oldVal, newVal) => {
const options = {
aAnnotation: `Original`,
Expand Down

0 comments on commit 9c8163e

Please sign in to comment.