-
Notifications
You must be signed in to change notification settings - Fork 162
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
Cannot read property 'origin' of undefined (NativeScript) #262
Labels
Comments
johnjbarton
added a commit
to johnjbarton/karma-jasmine
that referenced
this issue
Feb 8, 2020
Surprise: someone uses karma-jasmine with native=script. Fixes karma-runner#262
johnjbarton
added a commit
to johnjbarton/karma-jasmine
that referenced
this issue
Feb 10, 2020
Surprise: someone uses karma-jasmine with native=script. Fixes karma-runner#262
johnjbarton
added a commit
that referenced
this issue
Feb 11, 2020
Surprise: someone uses karma-jasmine with native=script. Fixes #262
🎉 This issue has been resolved in version 3.1.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This was referenced Mar 12, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
tns create project-name
tns test init
/src/tests/example.ts
to:tns test android
Expected behaviour
Output with karma-jasmine@2.0.1
Actual behaviour
Output with karma-jasmine@3.1.0
Probable error source in adapter.js at line 106:
The text was updated successfully, but these errors were encountered: