Skip to content

feat: migrate unit test related dependencies so tns test command can work out of the box with CLI v6.0 #4763

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 25, 2019

Conversation

Fatme
Copy link
Contributor

@Fatme Fatme commented Jun 24, 2019

This PR makes the following changes:

  • install the latest nativescript-unit-test-runner
  • install the latest karma-webpack
  • update karma
  • update karma.conf.js
  • update karma-* plugins

PR Checklist

What is the current behavior?

What is the new behavior?

Fixes/Implements/Closes #[Issue Number].

@cla-bot cla-bot bot added the cla: yes label Jun 24, 2019
…n work out of the box with CLI v6.0

This PR makes the following changes:
* install the latest nativescript-unit-test-runner
* install the latest karma-webpack
* update karma
* update karma.conf.js
* update karma-* plugins
@Fatme Fatme force-pushed the fatme/migrate-unit-test-runner branch from e057b14 to efdcf9a Compare June 25, 2019 06:15
@@ -57,13 +64,13 @@ export class MigrateController extends UpdateControllerBase implements IMigrateC
//TODO update with no prerelease version compatible with webpack only hooks
{ packageName: "nativescript-vue", verifiedVersion: "2.3.0-rc.0" },
{ packageName: "nativescript-permissions", verifiedVersion: "1.3.0" },
{ packageName: "nativescript-cardview", verifiedVersion: "3.2.0" }
{ packageName: "nativescript-cardview", verifiedVersion: "3.2.0" },
{ packageName: "nativescript-unit-test-runner", verifiedVersion: "0.6.3",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should consider handling both dev and prod dependencies.

Co-Authored-By: Dimitar Tachev <dimitar.tachev@telerik.com>
@Fatme Fatme merged commit 4ae3fef into master Jun 25, 2019
@Fatme Fatme deleted the fatme/migrate-unit-test-runner branch June 25, 2019 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants