Skip to content

Commit 7a71629

Browse files
refactor(Testing): set defaults for allowDescribe and allowIt.
1 parent b5d7684 commit 7a71629

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/lib/testing.class.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ export class Testing<
9797
* @param testingIt
9898
*/
9999
constructor(
100-
allowDescribe: boolean,
101-
allowIt: boolean,
100+
allowDescribe: boolean = true,
101+
allowIt: boolean = true,
102102
executable?: ExecutableTests,
103103
counter: CounterConfig = [true, false],
104104
testingDescribe = new TestingDescribe(allowDescribe, executable?.describe, counter),

0 commit comments

Comments
 (0)