Commit 441e8fe
test: refactor test-timers-linked-list.js
* check that empty linked lists have identical properties
* `assert.equal()` -> `assert.strictEqual()`
* `var` -> `const`
PR-URL: #8193
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>1 parent bb6d6a6 commit 441e8feCopy full SHA for 441e8fe
File tree
Expand file treeCollapse file tree
1 file changed
+31
-30
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
1 file changed
+31
-30
lines changedOpen diff view settings
Collapse file
test/parallel/test-timers-linked-list.js
Copy file name to clipboardExpand all lines: test/parallel/test-timers-linked-list.js+31-30Lines changed: 31 additions & 30 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
9 | 9 | |
10 | 10 | |
11 | 11 | |
12 | | - |
13 | | - |
14 | | - |
15 | | - |
16 | | - |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
17 | 17 | |
18 | 18 | |
19 | 19 | |
| ||
23 | 23 | |
24 | 24 | |
25 | 25 | |
26 | | - |
| 26 | + |
27 | 27 | |
28 | 28 | |
29 | 29 | |
30 | | - |
| 30 | + |
31 | 31 | |
32 | 32 | |
33 | 33 | |
34 | | - |
| 34 | + |
35 | 35 | |
36 | 36 | |
37 | 37 | |
38 | | - |
| 38 | + |
39 | 39 | |
40 | 40 | |
41 | 41 | |
42 | | - |
| 42 | + |
43 | 43 | |
44 | | - |
45 | | - |
| 44 | + |
46 | 45 | |
47 | | - |
| 46 | + |
48 | 47 | |
49 | | - |
50 | | - |
| 48 | + |
51 | 49 | |
52 | | - |
| 50 | + |
53 | 51 | |
54 | 52 | |
55 | 53 | |
56 | 54 | |
57 | | - |
| 55 | + |
58 | 56 | |
59 | 57 | |
60 | 58 | |
61 | 59 | |
62 | | - |
| 60 | + |
63 | 61 | |
64 | 62 | |
65 | 63 | |
66 | | - |
| 64 | + |
67 | 65 | |
68 | 66 | |
69 | 67 | |
70 | | - |
| 68 | + |
71 | 69 | |
72 | 70 | |
73 | 71 | |
74 | | - |
| 72 | + |
75 | 73 | |
76 | 74 | |
77 | 75 | |
78 | 76 | |
79 | 77 | |
80 | 78 | |
81 | 79 | |
82 | | - |
| 80 | + |
83 | 81 | |
84 | 82 | |
85 | 83 | |
| ||
90 | 88 | |
91 | 89 | |
92 | 90 | |
93 | | - |
| 91 | + |
94 | 92 | |
95 | | - |
96 | | - |
| 93 | + |
| 94 | + |
97 | 95 | |
98 | | - |
99 | | - |
| 96 | + |
| 97 | + |
100 | 98 | |
101 | | - |
102 | | - |
| 99 | + |
| 100 | + |
103 | 101 | |
104 | 102 | |
105 | 103 | |
106 | 104 | |
107 | 105 | |
108 | 106 | |
109 | 107 | |
110 | | - |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
0 commit comments