/** * Could we possibly move this into the TestHelpers with all of the import statements??? * * By placing this into a reusable function, we could probably ensure that we're always doing this mechanism correctly. */ import 'core-js/es6'; import 'core-js/es7/reflect'; import 'zone.js/dist/zone'; import 'zone.js/dist/long-stack-trace-zone'; import 'zone.js/dist/proxy'; import 'zone.js/dist/sync-test'; import 'zone.js/dist/jasmine-patch'; import 'zone.js/dist/async-test'; import 'zone.js/dist/fake-async-test'; import 'rxjs';