-
-
Notifications
You must be signed in to change notification settings - Fork 647
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[tests] dexie-relationships integration test broken? #645
Comments
Hmm actually even just doing npm test at the root of the project doesn't work. When simply doing
|
Doesn't sound good. Maybe your version of npm / nodejs needs to be udpated? Maybe it's a hidden dependency of the chrome browser? I just verified to clone a new clean version of https://github.com/dfahlander/Dexie.js on a new computer (a mac) with npm / node and chrome installed and all tests pass. The karma environment could be sensitive to platform configs eventually, since it needs a browser to launch and run the tests within, and it's configured to test with chrome by default. |
I was also successful doing:
Also here, a chrome window is lauching doing the tests and closed again when done.
|
Hmm yes looks like a good ol |
I was trying to investigate an issue dfahlander/dexie-relationships#29
when I found that even just running the current test for it in Dexie doesn't work.
Any ideas? thanks!
PS- dexie is awesome!
The text was updated successfully, but these errors were encountered: