chore(ci): deflake test and turn on saucelabs_required

Fixes #6725

Closes #6733
This commit is contained in:
Marc Laval
2016-01-27 23:39:47 +01:00
parent 68a799af2e
commit fc5b128b43
2 changed files with 1 additions and 3 deletions

View File

@ -325,7 +325,7 @@ export function main() {
done();
});
restoreJasmineIt();
});
}, 10000);
describe('using beforeEachProviders', () => {
beforeEachProviders(() => [bind(FancyService).toValue(new FancyService())]);