Skip to content

Commit

Permalink
Fix import for loader tests
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Nov 13, 2017
1 parent 5b81cb5 commit 4b78bb7
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 4b78bb7

Please sign in to comment.