Skip to content

Commit

Permalink
feat: change throwOnError default
Browse files Browse the repository at this point in the history
  • Loading branch information
Calvin-LL committed Nov 23, 2020
1 parent 562df3f commit 1e3aa21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WebpackTestCompiler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export class WebpackTestCompiler {
compile({
entryFilePath,
fileContentOverride,
throwOnError,
throwOnError = true,
}: CompileOptions): Promise<WebpackTestBundle> {
if (fileContentOverride !== undefined)
this.overrideFiles[entryFilePath] = fileContentOverride;
Expand Down

0 comments on commit 1e3aa21

Please sign in to comment.