5
5
* Make sure to inspect the output below. Do not ignore changes!
6
6
*/
7
7
'use strict'
8
- exports [ `test/check/diff-snapshots.js TAP different headers > expect resolving Promise 1` ] = `
8
+ exports [ `test/check/diff-snapshots.js > TAP > different headers > promise must resolve to match snapshot 1` ] = `
9
9
Some problems were detected:
10
10
11
11
-------------------------------------------------------------------
@@ -21,7 +21,7 @@ To correct it: npx template-oss-apply --force
21
21
-------------------------------------------------------------------
22
22
`
23
23
24
- exports [ `test/check/diff-snapshots.js TAP json delete > expect resolving Promise 1` ] = `
24
+ exports [ `test/check/diff-snapshots.js > TAP > json delete > promise must resolve to match snapshot 1` ] = `
25
25
Some problems were detected:
26
26
27
27
-------------------------------------------------------------------
@@ -39,7 +39,7 @@ To correct it: npx template-oss-apply --force
39
39
-------------------------------------------------------------------
40
40
`
41
41
42
- exports [ `test/check/diff-snapshots.js TAP json merge > initial check 1` ] = `
42
+ exports [ `test/check/diff-snapshots.js > TAP > json merge > initial check 1` ] = `
43
43
Some problems were detected:
44
44
45
45
-------------------------------------------------------------------
@@ -56,7 +56,7 @@ To correct it: npx template-oss-apply --force
56
56
-------------------------------------------------------------------
57
57
`
58
58
59
- exports [ `test/check/diff-snapshots.js TAP json overwrite > expect resolving Promise 1` ] = `
59
+ exports [ `test/check/diff-snapshots.js > TAP > json overwrite > promise must resolve to match snapshot 1` ] = `
60
60
Some problems were detected:
61
61
62
62
-------------------------------------------------------------------
@@ -73,7 +73,7 @@ To correct it: npx template-oss-apply --force
73
73
-------------------------------------------------------------------
74
74
`
75
75
76
- exports [ `test/check/diff-snapshots.js TAP unknown file type > expect resolving Promise 1` ] = `
76
+ exports [ `test/check/diff-snapshots.js > TAP > unknown file type > promise must resolve to match snapshot 1` ] = `
77
77
Some problems were detected:
78
78
79
79
-------------------------------------------------------------------
@@ -87,7 +87,7 @@ To correct it: npx template-oss-apply --force
87
87
-------------------------------------------------------------------
88
88
`
89
89
90
- exports [ `test/check/diff-snapshots.js TAP update and remove errors > expect resolving Promise 1` ] = `
90
+ exports [ `test/check/diff-snapshots.js > TAP > update and remove errors > promise must resolve to match snapshot 1` ] = `
91
91
Some problems were detected:
92
92
93
93
-------------------------------------------------------------------
@@ -97,7 +97,7 @@ The repo file audit.yml needs to be updated:
97
97
.github/workflows/audit.yml
98
98
========================================
99
99
[@npmcli/template-oss ERROR] There was an erroring getting the target file
100
- [@npmcli/template-oss ERROR] Error: {{ROOT}}/test/check/tap-testdir -diff-snapshots-update-and-remove-errors/.github/workflows/audit.yml
100
+ [@npmcli/template-oss ERROR] Error: {{ROOT}}/.tap/fixtures/test-check -diff-snapshots.js -update-and-remove-errors/.github/workflows/audit.yml
101
101
102
102
YAMLParseError: Implicit keys need to be on a single line at line 42, column 1:
103
103
@@ -222,7 +222,7 @@ To correct it: npx template-oss-apply --force
222
222
-------------------------------------------------------------------
223
223
`
224
224
225
- exports [ `test/check/diff-snapshots.js TAP will diff json > expect resolving Promise 1` ] = `
225
+ exports [ `test/check/diff-snapshots.js > TAP > will diff json > promise must resolve to match snapshot 1` ] = `
226
226
Some problems were detected:
227
227
228
228
-------------------------------------------------------------------
0 commit comments