From 5d0e96a62a15c88b8732acc4efd8ce24a369f190 Mon Sep 17 00:00:00 2001 From: Lucas Santos Date: Mon, 17 Jul 2023 22:42:12 +0200 Subject: [PATCH] test_runner: remove implementation details --- doc/api/test.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/api/test.md b/doc/api/test.md index b27d04d7fa9127..23e0aba61ef241 100644 --- a/doc/api/test.md +++ b/doc/api/test.md @@ -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