Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
perrin4869 committed Oct 30, 2024
1 parent a78374d commit aae63ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ describe('my suite', () => {
beforeEach(() => {}).timeout(1000);
it('my test', () => {
assert.ok(true);
}).timeout(1000); // should set the timeout of this test to 1000 ms; instead will fail
}).timeout(1000);
}).timeout(1000);
```

Expand Down

0 comments on commit aae63ff

Please sign in to comment.