andylamax
05/02/2021, 8:11 AMJS(IR) target to have its main configuration target browser while it's test configuration target node ?
I need to be able to write my integration tests with javascript and I am too tired to creating a whole new jvm target just for the purpose of testing a web app.
Suggestions?rnett
05/02/2021, 9:51 PMtestTask{ useMocha{ } }, even if the target is browser. I'm not entirely sure what goes on behind the scenes w/ webpack or nodejs libs though.andylamax
05/03/2021, 1:13 AM