Skip to content

Commit

Permalink
fix: expose close in bundle builder builder mock
Browse files Browse the repository at this point in the history
close #342
  • Loading branch information
farnabaz committed Feb 18, 2022
1 parent 04580ab commit c349518
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Expand Up @@ -150,7 +150,8 @@ async function buildNuxt (options: StorybookOptions) {

// Mock webpack build as we only need generated templates
nuxtBuilder.bundleBuilder = {
build () { }
build () { },
close () { }
}
await nuxtBuilder.build()

Expand Down

0 comments on commit c349518

Please sign in to comment.