Skip to content

Commit

Permalink
Fixed linting for test
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hewitt committed Jan 30, 2018
1 parent 9caafa7 commit be7c293
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe(`Process WordPress data`, () => {
it(`creates Gatsby IDs for each entity`, () => {
const createNodeId = jest.fn()
createNodeId.mockReturnValue(`uuid-from-gatsby`)
entities = normalize.createGatsbyIds(entities, {createNodeId})
entities = normalize.createGatsbyIds(entities, { createNodeId })
expect(entities).toMatchSnapshot()
})
it(`Creates map of types`, () => {
Expand Down

0 comments on commit be7c293

Please sign in to comment.