Skip to content

Commit f42a239

Browse files
author
pooya parsa
committed
chore: update yarn.lock
1 parent 668866b commit f42a239

File tree

2 files changed

+2435
-1817
lines changed

2 files changed

+2435
-1817
lines changed

test/axios.test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ let nuxt, addTemplate
99

1010
const url = path => `http://localhost:3000${path}`
1111

12+
jest.mock('esm', () => module => id => module.require(id))
13+
1214
const setupNuxt = async (config) => {
1315
nuxt = new Nuxt(config)
1416

0 commit comments

Comments
 (0)