@@ -209,7 +209,7 @@ t.test('ls', (t) => {
209209 } )
210210 ls ( [ 'lorem' ] , ( err ) => {
211211 t . ifError ( err , 'npm ls' )
212- t . matchSnapshot ( redactCwd ( result ) , 'should output tree contaning only occurences of filtered by package and coloured output' )
212+ t . matchSnapshot ( redactCwd ( result ) , 'should output tree contaning only occurrences of filtered by package and colored output' )
213213 _flatOptions . color = false
214214 t . end ( )
215215 } )
@@ -231,7 +231,7 @@ t.test('ls', (t) => {
231231 } )
232232 ls ( [ '.' ] , ( err ) => {
233233 t . ifError ( err , 'should not throw on missing dep above current level' )
234- t . matchSnapshot ( redactCwd ( result ) , 'should output tree contaning only occurences of filtered by package and coloured output' )
234+ t . matchSnapshot ( redactCwd ( result ) , 'should output tree contaning only occurrences of filtered by package and colored output' )
235235 _flatOptions . all = true
236236 _flatOptions . depth = Infinity
237237 t . end ( )
@@ -252,7 +252,7 @@ t.test('ls', (t) => {
252252 } )
253253 ls ( [ 'bar' ] , ( err ) => {
254254 t . ifError ( err , 'npm ls' )
255- t . matchSnapshot ( redactCwd ( result ) , 'should output tree contaning only occurences of filtered package and its ancestors' )
255+ t . matchSnapshot ( redactCwd ( result ) , 'should output tree contaning only occurrences of filtered package and its ancestors' )
256256 t . end ( )
257257 } )
258258 } )
@@ -280,7 +280,7 @@ t.test('ls', (t) => {
280280 } )
281281 ls ( [ 'bar@*' , '[email protected] ' ] , ( err ) => { 282282 t . ifError ( err , 'npm ls' )
283- t . matchSnapshot ( redactCwd ( result ) , 'should output tree contaning only occurences of multiple filtered packages and their ancestors' )
283+ t . matchSnapshot ( redactCwd ( result ) , 'should output tree contaning only occurrences of multiple filtered packages and their ancestors' )
284284 t . end ( )
285285 } )
286286 } )
@@ -443,7 +443,7 @@ t.test('ls', (t) => {
443443 } )
444444 } )
445445
446- t . test ( 'coloured output' , ( t ) => {
446+ t . test ( 'colored output' , ( t ) => {
447447 _flatOptions . color = true
448448 prefix = t . testdir ( {
449449 'package.json' : JSON . stringify ( {
@@ -1588,7 +1588,7 @@ t.test('ls --parseable', (t) => {
15881588 } )
15891589 ls ( [ 'lorem' ] , ( err ) => {
15901590 t . ifError ( err , 'npm ls' )
1591- t . matchSnapshot ( redactCwd ( result ) , 'should output parseable contaning only occurences of filtered by package' )
1591+ t . matchSnapshot ( redactCwd ( result ) , 'should output parseable contaning only occurrences of filtered by package' )
15921592 t . end ( )
15931593 } )
15941594 } )
@@ -1607,7 +1607,7 @@ t.test('ls --parseable', (t) => {
16071607 } )
16081608 ls ( [ 'bar' ] , ( err ) => {
16091609 t . ifError ( err , 'npm ls' )
1610- t . matchSnapshot ( redactCwd ( result ) , 'should output parseable contaning only occurences of filtered package' )
1610+ t . matchSnapshot ( redactCwd ( result ) , 'should output parseable contaning only occurrences of filtered package' )
16111611 t . end ( )
16121612 } )
16131613 } )
@@ -1635,7 +1635,7 @@ t.test('ls --parseable', (t) => {
16351635 } )
16361636 ls ( [ 'bar@*' , '[email protected] ' ] , ( err ) => { 16371637 t . ifError ( err , 'npm ls' )
1638- t . matchSnapshot ( redactCwd ( result ) , 'should output parseable contaning only occurences of multiple filtered packages and their ancestors' )
1638+ t . matchSnapshot ( redactCwd ( result ) , 'should output parseable contaning only occurrences of multiple filtered packages and their ancestors' )
16391639 t . end ( )
16401640 } )
16411641 } )
@@ -2158,7 +2158,7 @@ t.test('ls --parseable', (t) => {
21582158 } ,
21592159 } )
21602160 ls ( [ ] , ( ) => {
2161- t . matchSnapshot ( redactCwd ( result ) , 'should print tree output ommiting deduped ref' )
2161+ t . matchSnapshot ( redactCwd ( result ) , 'should print tree output omitting deduped ref' )
21622162 t . end ( )
21632163 } )
21642164 } )
@@ -2482,7 +2482,7 @@ t.test('ls --json', (t) => {
24822482 } ,
24832483 } ,
24842484 } ,
2485- 'should output json contaning only occurences of filtered by package'
2485+ 'should output json contaning only occurrences of filtered by package'
24862486 )
24872487 t . equal (
24882488 process . exitCode ,
@@ -2523,7 +2523,7 @@ t.test('ls --json', (t) => {
25232523 } ,
25242524 } ,
25252525 } ,
2526- 'should output json contaning only occurences of filtered by package'
2526+ 'should output json contaning only occurrences of filtered by package'
25272527 )
25282528 t . end ( )
25292529 } )
@@ -2571,7 +2571,7 @@ t.test('ls --json', (t) => {
25712571 } ,
25722572 } ,
25732573 } ,
2574- 'should output json contaning only occurences of multiple filtered packages and their ancestors'
2574+ 'should output json contaning only occurrences of multiple filtered packages and their ancestors'
25752575 )
25762576 t . end ( )
25772577 } )
0 commit comments