andylamax
09/13/2021, 9:43 AM./gradlew jsTest --tests integration.*
Throws with
Unknown command-line option '--tests'.
./gradlew jsBrowserTest --tests integration.*
runs all the tests (does not filter)
./gradlew jsNodeTest --tests integration.*
runs all the tests (does not filter)Big Chungus
09/13/2021, 9:51 AMandylamax
09/13/2021, 11:13 AMrnett
09/16/2021, 1:48 AMBig Chungus
09/16/2021, 9:52 PMandylamax
09/17/2021, 10:21 AM