Skip to content

Commit 7a4a29e

Browse files
committed
test: update tests
1 parent 5be8b23 commit 7a4a29e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/index.test.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ describe('prismic-nuxt module', () => {
3535
buildDir: '/var/nuxt/.nuxt/',
3636
head: {},
3737
dir: {},
38-
generate: {}
38+
generate: {},
39+
build: {
40+
transpile: []
41+
}
3942
},
4043
nuxt: {
4144
hook: jest.fn(async (_, fn) => {

0 commit comments

Comments
 (0)