k-new-mpp-samples icon indicating copy to clipboard operation
k-new-mpp-samples copied to clipboard

Example for running JS Tests with Multiplatform Plugin

Open ScottPierce opened this issue 6 years ago • 1 comments

Common Tests don't actually run for JS modules. I noticed it locally, and then I was able to confirm the same result on the lib-with-tests module example provided in this repo. If I add a failing test to a common module, and then run the jsTest command, the tests won't actually be run, and the build will pass.

ScottPierce avatar Oct 03 '18 02:10 ScottPierce

For what it's worth, here are some examples of testing js targets with mocha and qunit.

DrewCarlson avatar Nov 05 '18 19:11 DrewCarlson