You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tap-snapshots/test/lib/commands/dist-tag.js.test.cjs
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ latest-a: 1.0.0
90
90
latest: 1.0.0
91
91
`
92
92
93
-
exports[`test/lib/commands/dist-tag.js TAP workspaces one arg -- . > printed the expected output 1`]=`
93
+
exports[`test/lib/commands/dist-tag.js TAP workspaces one arg -- .@1, ignores version spec > printed the expected output 1`]=`
94
94
workspace-a:
95
95
latest-a: 1.0.0
96
96
latest: 1.0.0
@@ -102,7 +102,7 @@ latest-c: 3.0.0
102
102
latest: 3.0.0
103
103
`
104
104
105
-
exports[`test/lib/commands/dist-tag.js TAP workspaces one arg -- .@1, ignores version spec > printed the expected output 1`]=`
105
+
exports[`test/lib/commands/dist-tag.js TAP workspaces one arg -- cwd > printed the expected output 1`]=`
106
106
workspace-a:
107
107
latest-a: 1.0.0
108
108
latest: 1.0.0
@@ -126,7 +126,7 @@ latest-c: 3.0.0
126
126
latest: 3.0.0
127
127
`
128
128
129
-
exports[`test/lib/commands/dist-tag.js TAP workspaces two args -- list, . > printed the expected output 1`]=`
129
+
exports[`test/lib/commands/dist-tag.js TAP workspaces two args -- list, .@1, ignores version spec > printed the expected output 1`]=`
130
130
workspace-a:
131
131
latest-a: 1.0.0
132
132
latest: 1.0.0
@@ -138,7 +138,13 @@ latest-c: 3.0.0
138
138
latest: 3.0.0
139
139
`
140
140
141
-
exports[`test/lib/commands/dist-tag.js TAP workspaces two args -- list, .@1, ignores version spec > printed the expected output 1`]=`
141
+
exports[`test/lib/commands/dist-tag.js TAP workspaces two args -- list, @scoped/pkg, logs a warning and ignores workspaces > printed the expected output 1`]=`
142
+
a: 0.0.1
143
+
b: 0.5.0
144
+
latest: 1.0.0
145
+
`
146
+
147
+
exports[`test/lib/commands/dist-tag.js TAP workspaces two args -- list, cwd > printed the expected output 1`]=`
142
148
workspace-a:
143
149
latest-a: 1.0.0
144
150
latest: 1.0.0
@@ -149,9 +155,3 @@ workspace-c:
149
155
latest-c: 3.0.0
150
156
latest: 3.0.0
151
157
`
152
-
153
-
exports[`test/lib/commands/dist-tag.js TAP workspaces two args -- list, @scoped/pkg, logs a warning and ignores workspaces > printed the expected output 1`]=`
0 commit comments