-
Notifications
You must be signed in to change notification settings - Fork 5
Conversation
Bring in `jasmine-fix` to allow the use of `async`/`await` in the specs and refactor them to take advantage of this.
23a36a7
to
7691fe4
Compare
This being impossible to debug on Windows makes this very difficult to work on.... as far as I can tell from the debug statements |
7691fe4
to
b7305e4
Compare
As there isn't really much point in bringing this in for just the |
`jasmine-fix@1.3.1` sets the global timeout in a much saner way, allowing us to easily override it here.
83293aa
to
d3ba0be
Compare
d3ba0be
to
b4a973c
Compare
Anyone that's able to run this locally want to check on why this isn't working? The CI build isn't even printing the debug text... |
I'm currently having problems with the tests on #83 , so I'm trying to fix them with your approach here. @Arcanemagus I cannot get your debug messages printed too, so I've used another approach: writing a log file. I've checked that in my case, I'm getting Keep on digging into this, but any help would be greatly appreciated 😉 |
Finally got to understand this weird behavior. When running specs, no timeout is provided to I'm fixing this issue in #83 too, since I need it to get tests passing. |
Bring in
jasmine-fix
to allow the use ofasync
/await
in the specs and refactor them to take advantage of this.