Skip to content

Commit 42000f8

Browse files
committed
chore: ls test snapshots
tap snapshots don't fail if there are extra snapshots that aren't evaluated during the course of a test. There were tests removed in #4744 that didn't get removed from snapshots. This removes those snapshots
1 parent 4ca858c commit 42000f8

1 file changed

Lines changed: 0 additions & 32 deletions

File tree

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

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -114,23 +114,6 @@ test-npm-ls@1.0.0
114114
115115
`
116116

117-
exports[`test/lib/commands/ls.js TAP ls --only=development > should output tree containing only development deps 1`] = `
118-
test-npm-ls@1.0.0 {CWD}/tap-testdir-ls-ls---only-development
119-
\`-- dev-dep@1.0.0
120-
\`-- foo@1.0.0
121-
\`-- dog@1.0.0
122-
123-
`
124-
125-
exports[`test/lib/commands/ls.js TAP ls --only=prod > should output tree containing only prod deps 1`] = `
126-
test-npm-ls@1.0.0 {CWD}/tap-testdir-ls-ls---only-prod
127-
+-- chai@1.0.0
128-
+-- optional-dep@1.0.0
129-
\`-- prod-dep@1.0.0
130-
\`-- dog@2.0.0
131-
132-
`
133-
134117
exports[`test/lib/commands/ls.js TAP ls --parseable --depth=0 > should output tree containing only top-level dependencies 1`] = `
135118
{CWD}/tap-testdir-ls-ls---parseable---depth-0
136119
{CWD}/tap-testdir-ls-ls---parseable---depth-0/node_modules/chai
@@ -204,21 +187,6 @@ exports[`test/lib/commands/ls.js TAP ls --parseable --long with extraneous deps
204187
{CWD}/tap-testdir-ls-ls---parseable---long-with-extraneous-deps/node_modules/dog:dog@1.0.0
205188
`
206189

207-
exports[`test/lib/commands/ls.js TAP ls --parseable --only=development > should output tree containing only development deps 1`] = `
208-
{CWD}/tap-testdir-ls-ls---parseable---only-development
209-
{CWD}/tap-testdir-ls-ls---parseable---only-development/node_modules/dev-dep
210-
{CWD}/tap-testdir-ls-ls---parseable---only-development/node_modules/foo
211-
{CWD}/tap-testdir-ls-ls---parseable---only-development/node_modules/dog
212-
`
213-
214-
exports[`test/lib/commands/ls.js TAP ls --parseable --only=prod > should output tree containing only prod deps 1`] = `
215-
{CWD}/tap-testdir-ls-ls---parseable---only-prod
216-
{CWD}/tap-testdir-ls-ls---parseable---only-prod/node_modules/chai
217-
{CWD}/tap-testdir-ls-ls---parseable---only-prod/node_modules/optional-dep
218-
{CWD}/tap-testdir-ls-ls---parseable---only-prod/node_modules/prod-dep
219-
{CWD}/tap-testdir-ls-ls---parseable---only-prod/node_modules/prod-dep/node_modules/dog
220-
`
221-
222190
exports[`test/lib/commands/ls.js TAP ls --parseable --production > should output tree containing production deps 1`] = `
223191
{CWD}/tap-testdir-ls-ls---parseable---production
224192
{CWD}/tap-testdir-ls-ls---parseable---production/node_modules/chai

0 commit comments

Comments
 (0)