Skip to content

Commit d2f7bc9

Browse files
authored
Merge pull request #4868 from NativeScript/fatme/bump-unit-test-runner
fix: bump the version of `nativescript-unit-test-runner` from migrate
2 parents d459cae + 6149d32 commit d2f7bc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/controllers/migrate-controller.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ Running this command will ${MigrateController.COMMON_MIGRATE_MESSAGE}`;
8282
{ packageName: "nativescript-permissions", verifiedVersion: "1.3.0" },
8383
{ packageName: "nativescript-cardview", verifiedVersion: "3.2.0" },
8484
{
85-
packageName: "nativescript-unit-test-runner", verifiedVersion: "0.6.4",
85+
packageName: "nativescript-unit-test-runner", verifiedVersion: "0.7.0",
8686
shouldMigrateAction: async (projectData: IProjectData, allowInvalidVersions: boolean) => {
87-
const dependency = { packageName: "nativescript-unit-test-runner", verifiedVersion: "0.6.4", isDev: false };
87+
const dependency = { packageName: "nativescript-unit-test-runner", verifiedVersion: "0.7.0", isDev: false };
8888
const result = this.hasDependency(dependency, projectData) && await this.shouldMigrateDependencyVersion(dependency, projectData, allowInvalidVersions);
8989
return result;
9090
},

0 commit comments

Comments
 (0)