Commit 662bf52
test: do not assume cwd in snapshot tests
PR-URL: #53146
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent 0312065 commit 662bf52Copy full SHA for 662bf52
2 files changed
+10-3Lines changed: 10 additions & 3 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- test
- common
- parallel
Expand file treeCollapse file tree
Open diff view settings
Collapse file
test/common/assertSnapshot.js
Copy file name to clipboardExpand all lines: test/common/assertSnapshot.js+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
25 | 25 | |
26 | 26 | |
27 | 27 | |
28 | | - |
| 28 | + |
29 | 29 | |
30 | 30 | |
31 | 31 | |
| ||
78 | 78 | |
79 | 79 | |
80 | 80 | |
81 | | - |
| 81 | + |
82 | 82 | |
83 | 83 | |
84 | 84 | |
|
Collapse file
test/parallel/test-runner-output.mjs
Copy file name to clipboardExpand all lines: test/parallel/test-runner-output.mjs+8-1Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3 | 3 | |
4 | 4 | |
5 | 5 | |
| 6 | + |
| 7 | + |
6 | 8 | |
7 | 9 | |
8 | 10 | |
| ||
14 | 16 | |
15 | 17 | |
16 | 18 | |
| 19 | + |
| 20 | + |
17 | 21 | |
18 | | - |
| 22 | + |
19 | 23 | |
20 | 24 | |
21 | 25 | |
| ||
149 | 153 | |
150 | 154 | |
151 | 155 | |
| 156 | + |
| 157 | + |
| 158 | + |
152 | 159 | |
153 | 160 | |
154 | 161 | |
|
0 commit comments