Skip to content

Commit

Permalink
test_runner: remove implementation details
Browse files Browse the repository at this point in the history
  • Loading branch information
khaosdoctor committed Jul 17, 2023
1 parent d90f7b4 commit 5d0e96a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions doc/api/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -816,12 +816,6 @@ test('runs timers as setTime passes ticks', (context) => {
});
```

#### Caveats

1. Any mocked date object will have a new static property called `isMock` which
is a boolean stating if the date object is mocked or not. You can access this
property by using `Date.isMock`.

## Test reporters

<!-- YAML
Expand Down

0 comments on commit 5d0e96a

Please sign in to comment.