From a25bfe09d8ff7db083446a62c982cb5aef3cd90b Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Fri, 19 Feb 2021 16:36:10 +0900 Subject: [PATCH] test: fix typo in shrinkwrap.js contructor -> contractor --- test/lib/shrinkwrap.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/lib/shrinkwrap.js b/test/lib/shrinkwrap.js index ed8fd329c56e7..24e70ff24904e 100644 --- a/test/lib/shrinkwrap.js +++ b/test/lib/shrinkwrap.js @@ -52,7 +52,7 @@ t.test('no args', t => { t.deepEqual( args, { ...npm.flatOptions, path: npm.prefix }, - 'should call arborist contructor with expected args' + 'should call arborist contractor with expected args' ) } @@ -102,7 +102,7 @@ t.test('no virtual tree', t => { t.deepEqual( args, { ...npm.flatOptions, path: npm.prefix }, - 'should call arborist contructor with expected args' + 'should call arborist contractor with expected args' ) } @@ -156,7 +156,7 @@ t.test('existing package-json file', t => { t.deepEqual( args, { ...npm.flatOptions, path: npm.prefix }, - 'should call arborist contructor with expected args' + 'should call arborist contractor with expected args' ) } @@ -217,7 +217,7 @@ t.test('update shrinkwrap file version', t => { t.deepEqual( args, { ...npm.flatOptions, path: npm.prefix }, - 'should call arborist contructor with expected args' + 'should call arborist contractor with expected args' ) } @@ -270,7 +270,7 @@ t.test('update to date shrinkwrap file', t => { t.deepEqual( args, { ...npm.flatOptions, path: npm.prefix }, - 'should call arborist contructor with expected args' + 'should call arborist contrctor with expected args' ) }