Skip to content

Commit

Permalink
fix: update esm tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Nov 10, 2021
1 parent dfd5a2c commit 1a21679
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example-esm/test/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ const { beforeEach, afterEach } = require('mocha')
const quibble = require('quibble')

beforeEach(function () {
quibble('../lib/animals/bear.mjs', undefined, function () { return 'a fake bear' })
quibble('../lib/animals/lion.mjs', undefined, function () { return 'a fake lion' })
quibble.esm('../lib/animals/bear.mjs', undefined, function () { return 'a fake bear' })
quibble.esm('../lib/animals/lion.mjs', undefined, function () { return 'a fake lion' })
})

afterEach(function () {
Expand Down

0 comments on commit 1a21679

Please sign in to comment.