Skip to content

Commit

Permalink
chore: clean snapshot before code change
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar authored and fritzy committed Feb 1, 2023
1 parent 64b06ed commit 5ec35b7
Showing 1 changed file with 0 additions and 151 deletions.
151 changes: 0 additions & 151 deletions workspaces/arborist/tap-snapshots/test/arborist/reify.js.test.cjs
Expand Up @@ -32352,157 +32352,6 @@ ArboristNode {
}
`

exports[`test/arborist/reify.js TAP rollbacks fail retiring node, but then rimraf fixes it > expect resolving Promise 1`] = `
ArboristNode {
"children": Map {
"@isaacs/testing-bundledeps-parent" => ArboristNode {
"children": Map {
"@isaacs/testing-bundledeps" => ArboristNode {
"bundleDependencies": Array [
"@isaacs/testing-bundledeps-a",
],
"children": Map {
"@isaacs/testing-bundledeps-a" => ArboristNode {
"bundled": true,
"bundler": "node_modules/@isaacs/testing-bundledeps-parent/node_modules/@isaacs/testing-bundledeps",
"edgesIn": Set {
EdgeIn {
"from": "node_modules/@isaacs/testing-bundledeps-parent/node_modules/@isaacs/testing-bundledeps",
"name": "@isaacs/testing-bundledeps-a",
"spec": "*",
"type": "prod",
},
},
"edgesOut": Map {
"@isaacs/testing-bundledeps-b" => EdgeOut {
"name": "@isaacs/testing-bundledeps-b",
"spec": "*",
"to": "node_modules/@isaacs/testing-bundledeps-parent/node_modules/@isaacs/testing-bundledeps/node_modules/@isaacs/testing-bundledeps-b",
"type": "prod",
},
},
"location": "node_modules/@isaacs/testing-bundledeps-parent/node_modules/@isaacs/testing-bundledeps/node_modules/@isaacs/testing-bundledeps-a",
"name": "@isaacs/testing-bundledeps-a",
"path": "{CWD}/test/arborist/tap-testdir-reify-rollbacks-fail-retiring-node-but-then-rimraf-fixes-it/node_modules/@isaacs/testing-bundledeps-parent/node_modules/@isaacs/testing-bundledeps/node_modules/@isaacs/testing-bundledeps-a",
"resolved": "https://registry.npmjs.org/@isaacs/testing-bundledeps-a/-/testing-bundledeps-a-1.0.0.tgz",
"version": "1.0.0",
},
"@isaacs/testing-bundledeps-b" => ArboristNode {
"bundled": true,
"bundler": "node_modules/@isaacs/testing-bundledeps-parent/node_modules/@isaacs/testing-bundledeps",
"edgesIn": Set {
EdgeIn {
"from": "node_modules/@isaacs/testing-bundledeps-parent/node_modules/@isaacs/testing-bundledeps/node_modules/@isaacs/testing-bundledeps-a",
"name": "@isaacs/testing-bundledeps-b",
"spec": "*",
"type": "prod",
},
EdgeIn {
"from": "node_modules/@isaacs/testing-bundledeps-parent/node_modules/@isaacs/testing-bundledeps/node_modules/@isaacs/testing-bundledeps-c",
"name": "@isaacs/testing-bundledeps-b",
"spec": "*",
"type": "prod",
},
},
"location": "node_modules/@isaacs/testing-bundledeps-parent/node_modules/@isaacs/testing-bundledeps/node_modules/@isaacs/testing-bundledeps-b",
"name": "@isaacs/testing-bundledeps-b",
"path": "{CWD}/test/arborist/tap-testdir-reify-rollbacks-fail-retiring-node-but-then-rimraf-fixes-it/node_modules/@isaacs/testing-bundledeps-parent/node_modules/@isaacs/testing-bundledeps/node_modules/@isaacs/testing-bundledeps-b",
"resolved": "https://registry.npmjs.org/@isaacs/testing-bundledeps-b/-/testing-bundledeps-b-1.0.0.tgz",
"version": "1.0.0",
},
"@isaacs/testing-bundledeps-c" => ArboristNode {
"edgesIn": Set {
EdgeIn {
"from": "node_modules/@isaacs/testing-bundledeps-parent/node_modules/@isaacs/testing-bundledeps",
"name": "@isaacs/testing-bundledeps-c",
"spec": "*",
"type": "prod",
},
},
"edgesOut": Map {
"@isaacs/testing-bundledeps-b" => EdgeOut {
"name": "@isaacs/testing-bundledeps-b",
"spec": "*",
"to": "node_modules/@isaacs/testing-bundledeps-parent/node_modules/@isaacs/testing-bundledeps/node_modules/@isaacs/testing-bundledeps-b",
"type": "prod",
},
},
"location": "node_modules/@isaacs/testing-bundledeps-parent/node_modules/@isaacs/testing-bundledeps/node_modules/@isaacs/testing-bundledeps-c",
"name": "@isaacs/testing-bundledeps-c",
"path": "{CWD}/test/arborist/tap-testdir-reify-rollbacks-fail-retiring-node-but-then-rimraf-fixes-it/node_modules/@isaacs/testing-bundledeps-parent/node_modules/@isaacs/testing-bundledeps/node_modules/@isaacs/testing-bundledeps-c",
"resolved": "https://registry.npmjs.org/@isaacs/testing-bundledeps-c/-/testing-bundledeps-c-2.0.0.tgz",
"version": "2.0.0",
},
},
"edgesIn": Set {
EdgeIn {
"from": "node_modules/@isaacs/testing-bundledeps-parent",
"name": "@isaacs/testing-bundledeps",
"spec": "^1.0.0",
"type": "prod",
},
},
"edgesOut": Map {
"@isaacs/testing-bundledeps-a" => EdgeOut {
"name": "@isaacs/testing-bundledeps-a",
"spec": "*",
"to": "node_modules/@isaacs/testing-bundledeps-parent/node_modules/@isaacs/testing-bundledeps/node_modules/@isaacs/testing-bundledeps-a",
"type": "prod",
},
"@isaacs/testing-bundledeps-c" => EdgeOut {
"name": "@isaacs/testing-bundledeps-c",
"spec": "*",
"to": "node_modules/@isaacs/testing-bundledeps-parent/node_modules/@isaacs/testing-bundledeps/node_modules/@isaacs/testing-bundledeps-c",
"type": "prod",
},
},
"location": "node_modules/@isaacs/testing-bundledeps-parent/node_modules/@isaacs/testing-bundledeps",
"name": "@isaacs/testing-bundledeps",
"path": "{CWD}/test/arborist/tap-testdir-reify-rollbacks-fail-retiring-node-but-then-rimraf-fixes-it/node_modules/@isaacs/testing-bundledeps-parent/node_modules/@isaacs/testing-bundledeps",
"resolved": "https://registry.npmjs.org/@isaacs/testing-bundledeps/-/testing-bundledeps-1.0.0.tgz",
"version": "1.0.0",
},
},
"edgesIn": Set {
EdgeIn {
"from": "",
"name": "@isaacs/testing-bundledeps-parent",
"spec": "*",
"type": "prod",
},
},
"edgesOut": Map {
"@isaacs/testing-bundledeps" => EdgeOut {
"name": "@isaacs/testing-bundledeps",
"spec": "^1.0.0",
"to": "node_modules/@isaacs/testing-bundledeps-parent/node_modules/@isaacs/testing-bundledeps",
"type": "prod",
},
},
"location": "node_modules/@isaacs/testing-bundledeps-parent",
"name": "@isaacs/testing-bundledeps-parent",
"path": "{CWD}/test/arborist/tap-testdir-reify-rollbacks-fail-retiring-node-but-then-rimraf-fixes-it/node_modules/@isaacs/testing-bundledeps-parent",
"resolved": "https://registry.npmjs.org/@isaacs/testing-bundledeps-parent/-/testing-bundledeps-parent-2.0.0.tgz",
"version": "2.0.0",
},
},
"edgesOut": Map {
"@isaacs/testing-bundledeps-parent" => EdgeOut {
"name": "@isaacs/testing-bundledeps-parent",
"spec": "*",
"to": "node_modules/@isaacs/testing-bundledeps-parent",
"type": "prod",
},
},
"isProjectRoot": true,
"location": "",
"name": "tap-testdir-reify-rollbacks-fail-retiring-node-but-then-rimraf-fixes-it",
"packageName": "testing-bundledeps-3",
"path": "{CWD}/test/arborist/tap-testdir-reify-rollbacks-fail-retiring-node-but-then-rimraf-fixes-it",
"version": "1.0.0",
}
`

exports[`test/arborist/reify.js TAP running lifecycle scripts of unchanged link nodes on reify > result 1`] = `
ArboristNode {
"children": Map {
Expand Down

0 comments on commit 5ec35b7

Please sign in to comment.