Skip to content

Commit 1003d16

Browse files
author
Luca Forstner
committed
Fix test
1 parent 93871ed commit 1003d16

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/bundler-plugin-core/test/option-mappings.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ describe("normalizeUserOptions()", () => {
2626
setCommits: {
2727
auto: true,
2828
shouldNotThrowOnFailure: true,
29+
ignoreEmpty: true,
30+
ignoreMissing: true,
2931
},
3032
},
3133
silent: false,
@@ -81,6 +83,8 @@ describe("normalizeUserOptions()", () => {
8183
setCommits: {
8284
auto: true,
8385
shouldNotThrowOnFailure: true,
86+
ignoreEmpty: true,
87+
ignoreMissing: true,
8488
},
8589
},
8690
silent: false,

0 commit comments

Comments
 (0)