Move Karma Kotlin reporter to kotlin-test-js-runner

This commit is contained in:
Ilya Goncharov
2019-09-26 14:16:24 +03:00
parent fa4f39f5eb
commit 7010c03706
5 changed files with 1202 additions and 193 deletions
@@ -11,7 +11,7 @@
"lib/**/*"
],
"scripts": {
"build": "rimraf lib/* && rollup -c rollup.config.js"
"build": "rimraf lib/* && rollup -c rollup.config.js && cpx \"karma-kotlin-reporter.js\" lib"
},
"dependencies": {
"@types/node": "^10.12.21",
@@ -27,6 +27,7 @@
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-typescript2": "^0.19.2",
"rollup-plugin-terser": "^5.1.2",
"typescript": "^3.3.1"
"typescript": "^3.3.1",
"cpx": "^1.5.0"
}
}