Skip to content

Commit b3b2efa

Browse files
fix: populate plugin parsed config to testplane config
1 parent fa6c360 commit b3b2efa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

testplane.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ export default (testplane: Testplane, opts: Partial<ReporterOptions>): void => {
2727

2828
const config = parseConfig(opts);
2929

30+
Object.assign(opts, config);
31+
3032
if (!config.enabled) {
3133
return;
3234
}

0 commit comments

Comments
 (0)