Skip to content

Commit b5d4822

Browse files
test: update comment description
1 parent c3406d7 commit b5d4822

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/testing.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ const testing = new Testing(
99
false, // Disallows executing the `describe()` method globally.
1010
false, // Disallows executing the `it()` method globally.
1111
{
12-
describe: [1, 2, 3, 5], // Executable unique numbers of `describe()` methods to execute when globally is disallowed.
13-
it: [1], // Executable unique numbers of `it()` methods inside the `describe()` to execute when globally is disallowed.
12+
describe: [1, 2, 3, 5], // Executable unique numbers of `describe()` methods to execute when global executing is disallowed.
13+
it: [1], // Executable unique numbers of `it()` methods inside the `describe()` to execute when global executing is disallowed.
1414
}
1515
);
1616

0 commit comments

Comments
 (0)