-
-
Notifications
You must be signed in to change notification settings - Fork 195
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
Update and synchronise the unit testing dependencies #4390
Comments
5 tasks
dtopuzov
added a commit
to NativeScript/nativescript-tooling-qa
that referenced
this issue
Mar 4, 2019
Workaround NativeScript/nativescript-cli#4390 by manually installing correct `karma-qunit`
We will handle this by hardcoding the latest versions of the above-mentioned dependencies during npm
|
5 tasks
dtopuzov
added a commit
to NativeScript/nativescript-tooling-qa
that referenced
this issue
Mar 6, 2019
* fix: qunit tests Workaround NativeScript/nativescript-cli#4390 by manually installing correct `karma-qunit` * fix: enable commented tests * refactor: migrate to TnsRunTest * chore: remove hacks to handle qunit * fix: unused imports
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
We are using a hardcoded ("2.0.2") version of
Karma
(the latest one is 4.0.0), the latest versions ofkarma-{chosenFramework}
andkarma-nativescript-launcher
Describe the solution you'd like
We should either hardcode all of the versions or use the latest version of all dependencies.
The text was updated successfully, but these errors were encountered: