Skip to content

Commit 7ebef0d

Browse files
committed
test: fix typo in shrinkwrap.js
contructor -> constructor
1 parent e703362 commit 7ebef0d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/lib/shrinkwrap.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ t.test('no args', t => {
5252
t.deepEqual(
5353
args,
5454
{ ...npm.flatOptions, path: npm.prefix },
55-
'should call arborist contructor with expected args'
55+
'should call arborist constructor with expected args'
5656
)
5757
}
5858

@@ -102,7 +102,7 @@ t.test('no virtual tree', t => {
102102
t.deepEqual(
103103
args,
104104
{ ...npm.flatOptions, path: npm.prefix },
105-
'should call arborist contructor with expected args'
105+
'should call arborist constructor with expected args'
106106
)
107107
}
108108

@@ -156,7 +156,7 @@ t.test('existing package-json file', t => {
156156
t.deepEqual(
157157
args,
158158
{ ...npm.flatOptions, path: npm.prefix },
159-
'should call arborist contructor with expected args'
159+
'should call arborist constructor with expected args'
160160
)
161161
}
162162

@@ -217,7 +217,7 @@ t.test('update shrinkwrap file version', t => {
217217
t.deepEqual(
218218
args,
219219
{ ...npm.flatOptions, path: npm.prefix },
220-
'should call arborist contructor with expected args'
220+
'should call arborist constructor with expected args'
221221
)
222222
}
223223

@@ -270,7 +270,7 @@ t.test('update to date shrinkwrap file', t => {
270270
t.deepEqual(
271271
args,
272272
{ ...npm.flatOptions, path: npm.prefix },
273-
'should call arborist contructor with expected args'
273+
'should call arborist constructor with expected args'
274274
)
275275
}
276276

0 commit comments

Comments
 (0)