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

View File

@@ -3,8 +3,6 @@
"compilerOptions": {
"outDir": "../out-tsc/spec",
"module": "commonjs",
"target": "es5",
"baseUrl": "",
"types": [
"jasmine",
"node"
@@ -12,7 +10,7 @@
},
"files": [
"test.ts",
"polyfills.ts"
"polyfills-test.ts"
],
"include": [
"**/*.spec.ts",