I’m a little new with the JS side of multiplatform. Running tests with backtick names does not work. Is that just the way I have it configured, or do backtick names need JsName on them?
Thanks. Next question, any good 1.3.4x examples of a multiplatform lib and JS? I’m getting “Module not found” when the tests try to run, but I’m sure it’s just bad config
h
h0tk3y
07/09/2019, 9:06 PM
Have you added either
browser()
or
nodejs()
to the JS target of the library? That's required for the plugin to handle the library as a JS module.