fix(test): create polyfills-test.ts for karma test & setup Travis CI

This commit is contained in:
Heo Sangmin
2018-05-19 16:38:21 +09:00
parent be48531517
commit 7fbc68cd1f
9 changed files with 25 additions and 31 deletions

3
src/polyfills-test.ts Normal file
View File

@@ -0,0 +1,3 @@
import 'core-js/es7/reflect';
import 'zone.js/dist/zone';