55 * Make sure to inspect the output below. Do not ignore changes!
66 */
77'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` ] = `
99.commitlintrc.js
1010.eslintrc.js
1111.github/actions/create-check/action.yml
@@ -42,7 +42,7 @@ workspaces/b/.gitignore
4242workspaces/b/package.json
4343`
4444
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` ] = `
4646.commitlintrc.js
4747.github/actions/create-check/action.yml
4848.github/actions/install-latest-npm/action.yml
@@ -65,7 +65,7 @@ package.json
6565release-please-config.json
6666`
6767
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` ] = `
6969.commitlintrc.js
7070.github/actions/create-check/action.yml
7171.github/actions/install-latest-npm/action.yml
@@ -88,7 +88,7 @@ package.json
8888release-please-config.json
8989`
9090
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` ] = `
9292.eslintrc.js
9393.gitignore
9494.npmrc
@@ -98,11 +98,11 @@ package.json
9898SECURITY.md
9999`
100100
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` ] = `
102102package.json
103103`
104104
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` ] = `
106106.eslintrc.yml
107107.github/actions/create-check/action.yml
108108.github/actions/install-latest-npm/action.yml
@@ -131,7 +131,7 @@ release-please-config.json
131131SECURITY.md
132132`
133133
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` ] = `
135135.github/actions/create-check/action.yml
136136.github/actions/install-latest-npm/action.yml
137137.github/dependabot.yml
@@ -158,7 +158,7 @@ workspaces/d/.gitignore
158158workspaces/d/package.json
159159`
160160
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` ] = `
162162.github/actions/create-check/action.yml
163163.github/actions/install-latest-npm/action.yml
164164.github/dependabot.yml
@@ -182,7 +182,7 @@ workspaces/b/.gitignore
182182workspaces/b/package.json
183183`
184184
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` ] = `
186186content_dir/index.js
187187content_dir2/index.js
188188package.json
0 commit comments