We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffd9742 commit ccdc33eCopy full SHA for ccdc33e
test/module.test.js
@@ -6,11 +6,13 @@ jest.setTimeout(60 * 1000)
6
let nuxt
7
8
describe('nuxt-bundle-buddy', () => {
9
+ beforeAll(() => {
10
+ consola.wrapAll()
11
+ })
12
+
13
beforeEach(() => {
14
jest.spyOn(process, 'exit').mockImplementationOnce(() => {})
- consola.restoreAll()
15
consola.mockTypes(() => jest.fn())
- consola.wrapAll()
16
})
17
18
test('load bundle-buddy webpack plugin', async () => {
0 commit comments