Gradle: Kotlin NodeJS tests runner for single target

#KT-30528
This commit is contained in:
Sergey Rostov
2019-03-20 13:18:29 +03:00
parent 04d8568fdc
commit d210255623
18 changed files with 318 additions and 225 deletions
@@ -9,7 +9,7 @@ export default [
{
input: './cli.ts',
output: {
file: 'lib/kotlin-js-test.js',
file: 'lib/kotlin-test-nodejs-runner.js',
format: 'cjs',
banner: '#!/usr/bin/env node'
},