Skip to content

Commit

Permalink
Fix import for loader tests (#2907)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews authored Nov 13, 2017
1 parent 0bc8c1e commit 9b1ac08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby/cache-dir/__tests__/loader.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const loader = require(`../loader.js`)
import loader from "../loader.js"

describe(`Loader`, () => {
beforeEach(() => {
Expand Down

0 comments on commit 9b1ac08

Please sign in to comment.