Skip to content

Commit a179799

Browse files
committed
chore: fix spelling: setting
Signed-off-by: Josh Soref <[email protected]>
1 parent 22d0b2e commit a179799

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/lib/commands/init.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ t.test('workspaces', async t => {
324324
)
325325
})
326326

327-
await t.test('missing top-level package.json when settting workspace', async t => {
327+
await t.test('missing top-level package.json when setting workspace', async t => {
328328
const { npm, logs } = await mockNpm(t, {
329329
config: { workspace: 'a' },
330330
})
@@ -338,7 +338,7 @@ t.test('workspaces', async t => {
338338
t.equal(logs.warn[0], 'init Missing package.json. Try with `--include-workspace-root`.')
339339
})
340340

341-
await t.test('bad package.json when settting workspace', async t => {
341+
await t.test('bad package.json when setting workspace', async t => {
342342
const { npm, logs } = await mockNpm(t, {
343343
prefixDir: {
344344
'package.json': '{{{{',

0 commit comments

Comments
 (0)