Skip to content

Commit 3c019f8

Browse files
committed
remove default param for getOptions, bumps branches coverage
1 parent 2ce360f commit 3c019f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ function getOptions(
107107
): Required<Options>;
108108
function getOptions(
109109
name: string,
110-
options: Options | OptionsSync = {},
110+
options: Options | OptionsSync,
111111
sync: boolean,
112112
): Required<Options | OptionsSync> {
113113
const conf: Required<Options> = {

0 commit comments

Comments
 (0)