Skip to content

Commit

Permalink
fix esm test
Browse files Browse the repository at this point in the history
  • Loading branch information
pooya parsa committed Apr 21, 2019
1 parent 66ff7ee commit 5e74e21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/test/resolver.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ describe('core: resolver', () => {
expect(resolver.requireModule).toBeInstanceOf(Function)
expect(resolver.esm).toEqual(expect.any(Function))
expect(esm).toBeCalledTimes(1)
expect(esm).toBeCalledWith(expect.any(Object), {})
})

test('should call _resolveFilename in resolveModule', () => {
Expand Down

0 comments on commit 5e74e21

Please sign in to comment.