mirror of
https://github.com/RDCN-Community-Developers/rdkt.git
synced 2026-09-05 01:35:31 +08:00
Disable browser tests.
This commit is contained in:
@@ -57,7 +57,11 @@ kotlin {
|
|||||||
|
|
||||||
// js
|
// js
|
||||||
js {
|
js {
|
||||||
browser { }
|
browser {
|
||||||
|
testTask {
|
||||||
|
enabled = false
|
||||||
|
}
|
||||||
|
}
|
||||||
nodejs { }
|
nodejs { }
|
||||||
binaries.executable()
|
binaries.executable()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user