Skip to content

Commit 55093e2

Browse files
committed
chore: remove unused snapshots
1 parent 054226c commit 55093e2

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

tap-snapshots/test/lib/commands/init.js.test.cjs

-26
Original file line numberDiff line numberDiff line change
@@ -22,29 +22,3 @@ exports[`test/lib/commands/init.js TAP workspaces no args -- yes > should print
2222
2323
added 1 package in {TIME}
2424
`
25-
26-
exports[`test/lib/commands/init.js TAP workspaces no args -- yes > should reify tree on init ws complete 1`] = `
27-
{
28-
"name": "top-level",
29-
"lockfileVersion": 3,
30-
"requires": true,
31-
"packages": {
32-
"": {
33-
"name": "top-level",
34-
"workspaces": [
35-
"a"
36-
]
37-
},
38-
"a": {
39-
"version": "1.0.0",
40-
"license": "ISC",
41-
"devDependencies": {}
42-
},
43-
"node_modules/a": {
44-
"resolved": "a",
45-
"link": true
46-
}
47-
}
48-
}
49-
50-
`

0 commit comments

Comments
 (0)