[Gradle, Wasm] Detect correct browser executable depends on OS

This commit is contained in:
Ilya Goncharov
2023-01-17 22:01:33 +00:00
committed by Space Team
parent c4eca5f2df
commit e93fa380e2
7 changed files with 191 additions and 8 deletions
@@ -1,5 +1,5 @@
{
"name": "@kotlin/js-tests-teamcity",
"name": "kotlin-test-js-runner",
"version": "0.0.1",
"description": "Simple Kotlin/JS tests runner with TeamCity reporter",
"main": "lib/index.js",
@@ -26,6 +26,7 @@
"rollup-plugin-terser": "^7.0.2",
"typescript": "^3.7.2",
"format-util": "^1.0.5",
"tslib": "^2.3.1"
"tslib": "^2.3.1",
"is-wsl": "^2.2.0"
}
}