thana
08/07/2019, 1:19 PMjs {
nodejs {}
browser {
testTask {
useKarma {
useIe()
useSafari()
useFirefox()
useChrome()
useChromeCanary()
useChromeHeadless()
usePhantomJS()
useOpera()
}
}
}
and under commonTest
created a failing test. also i could see there are now jsBrowserTest
and jsNodeTest
gradle tasks. executing the jsNodeTest
task the build fails as exepcted. but executing jsBrowserTest
nothing fails. what am i missing?