Skip to content

Commit

Permalink
chore: fix gitHead snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Aug 26, 2021
1 parent 1e8fd79 commit e8b59ab
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tap-snapshots/test/lib/publish.js.test.cjs
Expand Up @@ -15,7 +15,7 @@ exports[`test/lib/publish.js TAP private workspaces colorless > should publish a
Array [
Object {
"_id": "@npmcli/b@1.0.0",
"gitHead": "718c3e56033b930c016b1f2022597e8af4af0f79",
"gitHead": "1e8fd794b3375b083ab63224907213411099fa0e",
"name": "@npmcli/b",
"readme": "ERROR: No README data found!",
"version": "1.0.0",
Expand All @@ -33,7 +33,7 @@ exports[`test/lib/publish.js TAP private workspaces with color > should publish
Array [
Object {
"_id": "@npmcli/b@1.0.0",
"gitHead": "718c3e56033b930c016b1f2022597e8af4af0f79",
"gitHead": "1e8fd794b3375b083ab63224907213411099fa0e",
"name": "@npmcli/b",
"readme": "ERROR: No README data found!",
"version": "1.0.0",
Expand Down Expand Up @@ -72,7 +72,7 @@ exports[`test/lib/publish.js TAP workspaces all workspaces > should publish all
Array [
Object {
"_id": "workspace-a@1.2.3-a",
"gitHead": "718c3e56033b930c016b1f2022597e8af4af0f79",
"gitHead": "1e8fd794b3375b083ab63224907213411099fa0e",
"name": "workspace-a",
"readme": "ERROR: No README data found!",
"repository": Object {
Expand All @@ -86,7 +86,7 @@ Array [
"bugs": Object {
"url": "https://github.com/npm/workspace-b/issues",
},
"gitHead": "718c3e56033b930c016b1f2022597e8af4af0f79",
"gitHead": "1e8fd794b3375b083ab63224907213411099fa0e",
"homepage": "https://github.com/npm/workspace-b#readme",
"name": "workspace-b",
"readme": "ERROR: No README data found!",
Expand All @@ -98,7 +98,7 @@ Array [
},
Object {
"_id": "workspace-n@1.2.3-n",
"gitHead": "718c3e56033b930c016b1f2022597e8af4af0f79",
"gitHead": "1e8fd794b3375b083ab63224907213411099fa0e",
"name": "workspace-n",
"readme": "ERROR: No README data found!",
"version": "1.2.3-n",
Expand Down Expand Up @@ -128,7 +128,7 @@ exports[`test/lib/publish.js TAP workspaces json > should publish all workspaces
Array [
Object {
"_id": "workspace-a@1.2.3-a",
"gitHead": "718c3e56033b930c016b1f2022597e8af4af0f79",
"gitHead": "1e8fd794b3375b083ab63224907213411099fa0e",
"name": "workspace-a",
"readme": "ERROR: No README data found!",
"repository": Object {
Expand All @@ -142,7 +142,7 @@ Array [
"bugs": Object {
"url": "https://github.com/npm/workspace-b/issues",
},
"gitHead": "718c3e56033b930c016b1f2022597e8af4af0f79",
"gitHead": "1e8fd794b3375b083ab63224907213411099fa0e",
"homepage": "https://github.com/npm/workspace-b#readme",
"name": "workspace-b",
"readme": "ERROR: No README data found!",
Expand All @@ -154,7 +154,7 @@ Array [
},
Object {
"_id": "workspace-n@1.2.3-n",
"gitHead": "718c3e56033b930c016b1f2022597e8af4af0f79",
"gitHead": "1e8fd794b3375b083ab63224907213411099fa0e",
"name": "workspace-n",
"readme": "ERROR: No README data found!",
"version": "1.2.3-n",
Expand All @@ -172,7 +172,7 @@ exports[`test/lib/publish.js TAP workspaces one workspace > should publish given
Array [
Object {
"_id": "workspace-a@1.2.3-a",
"gitHead": "718c3e56033b930c016b1f2022597e8af4af0f79",
"gitHead": "1e8fd794b3375b083ab63224907213411099fa0e",
"name": "workspace-a",
"readme": "ERROR: No README data found!",
"repository": Object {
Expand Down

0 comments on commit e8b59ab

Please sign in to comment.