angular/aio/src
Georgios Kalpakas 3d5f520ff0 test(aio): fix Chrome getting disconnected during unit tests
Chrome (v58+) often gets disconnected during unit tests (causing them to fail).
This has been happening locally (on Windows) and on Travis. The exact reasons
are not known, but it seems that some of the `AppComponent` tests are to blame.

Based on the discussion in https://github.com/jasmine/jasmine/issues/1327 (and
plenty of trial-and-error), using Jasmine's `done()` callback before each of
test (even calling it synchronously) fixes the issue.
2017-06-12 13:59:44 +01:00
..
app test(aio): fix Chrome getting disconnected during unit tests 2017-06-12 13:59:44 +01:00
assets feat(aio): marketing design refresh 2017-05-27 07:24:03 +01:00
environments perf(aio): load reflect-metadata polyfill only in the dev mode 2017-05-18 15:48:49 +01:00
styles fix(aio): remove gap between sidenav menus 2017-06-11 15:05:04 +01:00
testing refactor(aio): remove unused mock method 2017-05-14 15:46:24 +01:00
favicon.ico build(aio): big move of docs related files (#14361) 2017-02-09 11:58:36 -08:00
google385281288605d160.html build(aio): add google webmaster tools verification file 2017-05-26 01:25:58 -07:00
ie-polyfills.js fix(aio): support IE via conditionally loaded polyfills 2017-05-19 11:26:29 +01:00
index.html fix(aio): googlebot polyfill fix 2017-05-31 05:22:39 -05:00
main.ts fix(aio): only register ServiceWorker in production mode 2017-05-12 14:17:27 +01:00
noop-worker-basic.js feat(aio): provide noop service worker file 2017-05-26 14:24:41 +01:00
polyfills.ts fix(aio): support IE via conditionally loaded polyfills 2017-05-19 11:26:29 +01:00
pwa-manifest.json fix(aio): better styling for "disabled JavaScript" message (#16170) 2017-04-19 22:34:04 -05:00
styles.scss style(aio): tidy up SCSS files 2017-03-13 12:55:11 -07:00
test-specs.ts perf(aio): improve unit test rebuild time 2017-04-24 14:30:16 +01:00
test.ts perf(aio): improve unit test rebuild time 2017-04-24 14:30:16 +01:00
tsconfig.app.json build(aio): start using tsc importHelpers option for the app 2017-05-26 06:02:12 +01:00
tsconfig.spec.json build(aio): update project config for @angular/cli v1.0.0 2017-03-27 11:55:26 -07:00
typings.d.ts build(aio): update project config for @angular/cli v1.0.0 2017-03-27 11:55:26 -07:00