We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e5d204 commit 67cfaf3Copy full SHA for 67cfaf3
2 files changed
tap-snapshots/test/lib/commands/publish.js.test.cjs
@@ -402,7 +402,7 @@ exports[`test/lib/commands/publish.js TAP workspaces all workspaces - some marke
402
+ workspace-a@1.2.3-a
403
`
404
405
-exports[`test/lib/commands/publish.js TAP workspaces differet package spec > publish different package spec 1`] = `
+exports[`test/lib/commands/publish.js TAP workspaces different package spec > publish different package spec 1`] = `
406
+ pkg@1.2.3
407
408
test/lib/commands/publish.js
@@ -563,7 +563,7 @@ t.test('workspaces', t => {
563
t.matchSnapshot(joinedOutput(), 'all workspaces in json')
564
})
565
566
- t.test('differet package spec', async t => {
+ t.test('different package spec', async t => {
567
const testDir = {
568
'package.json': JSON.stringify(
569
{
0 commit comments