Skip to content

Commit 1ce41f0

Browse files
author
Worth Lutz
committed
change test manager to npm
1 parent 302d7db commit 1ce41f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/create-library.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const fixtures = [
1414
description: 'this is an auto-generated test module. please ignore.',
1515
repo: 'nala/my-test-library',
1616
license: 'MIT',
17-
manager: 'yarn',
17+
manager: 'npm',
1818
template: 'default',
1919
git: true
2020
},
@@ -24,7 +24,7 @@ const fixtures = [
2424
description: 'this is an auto-generated test module. please ignore.',
2525
repo: 'nala/my-test-library',
2626
license: 'MIT',
27-
manager: 'yarn',
27+
manager: 'npm',
2828
template: 'typescript',
2929
git: true
3030
}

0 commit comments

Comments
 (0)