5
5
* Make sure to inspect the output below. Do not ignore changes!
6
6
*/
7
7
'use strict'
8
- exports [ `test/apply/files-snapshots.js TAP private workspace > expect resolving Promise 1` ] = `
8
+ exports [ `test/apply/files-snapshots.js > TAP > private workspace > promise must resolve to match snapshot 1` ] = `
9
9
.commitlintrc.js
10
10
.eslintrc.js
11
11
.github/actions/create-check/action.yml
@@ -42,7 +42,7 @@ workspaces/b/.gitignore
42
42
workspaces/b/package.json
43
43
`
44
44
45
- exports [ `test/apply/files-snapshots.js TAP turn off add/rm types > expect resolving Promise 1` ] = `
45
+ exports [ `test/apply/files-snapshots.js > TAP > turn off add/rm types > promise must resolve to match snapshot 1` ] = `
46
46
.commitlintrc.js
47
47
.github/actions/create-check/action.yml
48
48
.github/actions/install-latest-npm/action.yml
@@ -65,7 +65,7 @@ package.json
65
65
release-please-config.json
66
66
`
67
67
68
- exports [ `test/apply/files-snapshots.js TAP turn off module > expect resolving Promise 1` ] = `
68
+ exports [ `test/apply/files-snapshots.js > TAP > turn off module > promise must resolve to match snapshot 1` ] = `
69
69
.commitlintrc.js
70
70
.github/actions/create-check/action.yml
71
71
.github/actions/install-latest-npm/action.yml
@@ -88,7 +88,7 @@ package.json
88
88
release-please-config.json
89
89
`
90
90
91
- exports [ `test/apply/files-snapshots.js TAP turn off repo > expect resolving Promise 1` ] = `
91
+ exports [ `test/apply/files-snapshots.js > TAP > turn off repo > promise must resolve to match snapshot 1` ] = `
92
92
.eslintrc.js
93
93
.gitignore
94
94
.npmrc
@@ -98,11 +98,11 @@ package.json
98
98
SECURITY.md
99
99
`
100
100
101
- exports [ `test/apply/files-snapshots.js TAP turn off root > expect resolving Promise 1` ] = `
101
+ exports [ `test/apply/files-snapshots.js > TAP > turn off root > promise must resolve to match snapshot 1` ] = `
102
102
package.json
103
103
`
104
104
105
- exports [ `test/apply/files-snapshots.js TAP turn off specific files > expect resolving Promise 1` ] = `
105
+ exports [ `test/apply/files-snapshots.js > TAP > turn off specific files > promise must resolve to match snapshot 1` ] = `
106
106
.eslintrc.yml
107
107
.github/actions/create-check/action.yml
108
108
.github/actions/install-latest-npm/action.yml
@@ -131,7 +131,7 @@ release-please-config.json
131
131
SECURITY.md
132
132
`
133
133
134
- exports [ `test/apply/files-snapshots.js TAP workspaces > expect resolving Promise 1` ] = `
134
+ exports [ `test/apply/files-snapshots.js > TAP > workspaces > promise must resolve to match snapshot 1` ] = `
135
135
.github/actions/create-check/action.yml
136
136
.github/actions/install-latest-npm/action.yml
137
137
.github/dependabot.yml
@@ -158,7 +158,7 @@ workspaces/d/.gitignore
158
158
workspaces/d/package.json
159
159
`
160
160
161
- exports [ `test/apply/files-snapshots.js TAP workspaces only (like npm/cli) > expect resolving Promise 1` ] = `
161
+ exports [ `test/apply/files-snapshots.js > TAP > workspaces only (like npm/cli) > promise must resolve to match snapshot 1` ] = `
162
162
.github/actions/create-check/action.yml
163
163
.github/actions/install-latest-npm/action.yml
164
164
.github/dependabot.yml
@@ -182,7 +182,7 @@ workspaces/b/.gitignore
182
182
workspaces/b/package.json
183
183
`
184
184
185
- exports [ `test/apply/files-snapshots.js TAP workspaces with relative content path > expect resolving Promise 1` ] = `
185
+ exports [ `test/apply/files-snapshots.js > TAP > workspaces with relative content path > promise must resolve to match snapshot 1` ] = `
186
186
content_dir/index.js
187
187
content_dir2/index.js
188
188
package.json
0 commit comments