Skip to content

Commit

Permalink
fix: apply-presets unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
peterleiva committed Sep 21, 2021
1 parent bca50d2 commit 9d97bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/__tests__/apply-presets.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ describe("apply-preset", () => {
})

expect(loader).toHaveBeenCalledTimes(3)
expect(console.error).toHaveBeenCalledTimes(1)
expect(console.error).toHaveBeenCalledTimes(2)

expect(presets).toStrictEqual({
entry: "FAKE_ENTRY",
Expand Down

0 comments on commit 9d97bc1

Please sign in to comment.