Skip to content

Commit

Permalink
Fixed tests after updated ava
Browse files Browse the repository at this point in the history
  • Loading branch information
philschonholzer committed Jul 7, 2020
1 parent 276a623 commit b43ca97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/index.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import test from 'ava'
import rewire from 'rewire'
const test = require('ava')
const rewire = require('rewire')

// eslint-disable-next-line no-underscore-dangle
const extendESLintConfig = rewire('./add-prettier-config.js').__get__(
Expand Down

0 comments on commit b43ca97

Please sign in to comment.