Warning DO NOT MERGE ME! This PR just contains some tries regarding our BrowserStack failed jobs
Observations:
-
fit('should hydrate properties, and make them configurable', () => {
seems to make fail BrowserStack 100% of the time. - Changing
return new Promise
todone
doesn't change anything - Nothing found in the logs
- Tried https://github.com/browserstack/karma-browserstack-example/blob/master/karma.conf.js#L77-L92
- Tried bumping to the latest
karma-browserstack-launcher
- Tried to change
jasmine.DEFAULT_TIMEOUT_INTERVAL
to10000