mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2025-09-07 00:59:26 +00:00
Merge pull request #572 from 000Sanya/0.25.5
fix test running for wasm/js node
This commit is contained in:
@@ -38,7 +38,9 @@ kotlin {
|
||||
}
|
||||
nodejs {
|
||||
testTask {
|
||||
enabled = false
|
||||
timeout = Duration.ofSeconds(240)
|
||||
nodeJsArgs.add("--unhandled-rejections=warn")
|
||||
nodeJsArgs.add("--trace-warnings")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -38,7 +38,9 @@ kotlin {
|
||||
}
|
||||
nodejs {
|
||||
testTask {
|
||||
enabled = false
|
||||
timeout = Duration.ofSeconds(240)
|
||||
nodeJsArgs.add("--unhandled-rejections=warn")
|
||||
nodeJsArgs.add("--trace-warnings")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -38,7 +38,9 @@ kotlin {
|
||||
}
|
||||
nodejs {
|
||||
testTask {
|
||||
enabled = false
|
||||
timeout = Duration.ofSeconds(240)
|
||||
nodeJsArgs.add("--unhandled-rejections=warn")
|
||||
nodeJsArgs.add("--trace-warnings")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -38,7 +38,9 @@ kotlin {
|
||||
}
|
||||
nodejs {
|
||||
testTask {
|
||||
enabled = false
|
||||
timeout = Duration.ofSeconds(240)
|
||||
nodeJsArgs.add("--unhandled-rejections=warn")
|
||||
nodeJsArgs.add("--trace-warnings")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user