-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Cannot run tests with Jasmine Spec Runner #11773
Comments
I am also seeing the same error. |
@le717 @zaggino #9622 lead to this break. Console logs: |
Here's the offending lines on Line 74 in 0303dc5
// Also load compatibility shims for now, in case legacy extensions are still using old file APIs
require("project/FileIndexManager");
require("file/NativeFileSystem");
require("file/NativeFileError"); Good call on checking network errors, I just checked the console and didn't see anything 🍔 |
I am trying to run tests with Jasmine Spec Runner but opening the Spec Runner just ends up in a blank screen:
Brackets continues to work normally except it cannot be exited anymore without killing the process. Latest master (be50533),
brackets-shell
shipped that shipped with 1.4. Cannot build the shell myself ATM, so I'll have to wait until1.5.
to test against that unless someone has some better ideas... Clearing out the cache folder etc. didn't help.The text was updated successfully, but these errors were encountered: