feat(build): initial SauceLabs setup

Closes #2347
This commit is contained in:
Marc Laval
2015-06-02 16:29:09 +02:00
committed by Tobias Bosch
parent bb50cda181
commit eebd736cfe
12 changed files with 320 additions and 39 deletions
@@ -27,7 +27,7 @@ export function main() {
expect(text.trim()).toEqual('<p>hey</p>');
async.done();
});
}));
}), 10000);
it('should reject the Promise on failure', inject([AsyncTestCompleter], (async) => {
PromiseWrapper.catchError(xhr.get(url404), (e) => {
@@ -35,6 +35,6 @@ export function main() {
async.done();
return null;
});
}));
}), 10000);
});
}