Commit a9756f3
test: add Symbol.dispose support to mock timers
PR-URL: #48549
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Erick Wendel <erick.workspace@gmail.com>1 parent cc3a056 commit a9756f3Copy full SHA for a9756f3
File tree
Expand file treeCollapse file tree
3 files changed
+24
-0
lines changedOpen diff view settings
Filter options
- doc/api
- lib/internal/test_runner/mock
- test/parallel
Expand file treeCollapse file tree
3 files changed
+24
-0
lines changedOpen diff view settings
Collapse file
+4Lines changed: 4 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1601 | 1601 | |
1602 | 1602 | |
1603 | 1603 | |
| 1604 | + |
| 1605 | + |
| 1606 | + |
| 1607 | + |
1604 | 1608 | |
1605 | 1609 | |
1606 | 1610 | |
|
Collapse file
lib/internal/test_runner/mock/mock_timers.js
Copy file name to clipboardExpand all lines: lib/internal/test_runner/mock/mock_timers.js+5Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
13 | 13 | |
14 | 14 | |
15 | 15 | |
| 16 | + |
16 | 17 | |
17 | 18 | |
18 | 19 | |
| ||
316 | 317 | |
317 | 318 | |
318 | 319 | |
| 320 | + |
| 321 | + |
| 322 | + |
| 323 | + |
319 | 324 | |
320 | 325 | |
321 | 326 | |
|
Collapse file
test/parallel/test-runner-mock-timers.js
Copy file name to clipboardExpand all lines: test/parallel/test-runner-mock-timers.js+15Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
61 | 61 | |
62 | 62 | |
63 | 63 | |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
64 | 79 | |
65 | 80 | |
66 | 81 | |
|
0 commit comments