File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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' : '{{{{' ,
You can’t perform that action at this time.
0 commit comments