cli/new/utils: fix base version assertion in test

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2025-02-06 22:31:15 +01:00
parent 023ad46f3b
commit 1ee9258938
+3 -3
View File
@@ -89,7 +89,7 @@ describe('populateOptions', () => {
{
id: '',
private: false,
baseVersion: '0.0.0',
baseVersion: '0.1.0',
owner: '',
license: 'Apache-2.0',
targetPath: '/example',
@@ -107,7 +107,7 @@ describe('populateOptions', () => {
).toEqual({
id: '',
private: false,
baseVersion: '0.0.0',
baseVersion: '0.1.0',
owner: '',
license: 'Apache-2.0',
targetPath: '/example',
@@ -125,7 +125,7 @@ describe('populateOptions', () => {
).toEqual({
id: '',
private: false,
baseVersion: '0.0.0',
baseVersion: '0.1.0',
owner: '',
license: 'Apache-2.0',
targetPath: '/global',