Skip to content

Commit

Permalink
chore: removing lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsteele committed Sep 9, 2021
1 parent 4765a35 commit 019aa12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion browser.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
var plugin = require('./dist').default
const plugin = require('./dist').default

module.exports = plugin
2 changes: 1 addition & 1 deletion test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ beforeEach((done) => {
jest.resetAllMocks()

const outputDir = resolve(__dirname, `output/${hash(expect.getState().currentTestName)}`)

rmdir(outputDir, { recursive: true }).then(done)
})

Expand Down

0 comments on commit 019aa12

Please sign in to comment.