Webpack (AMD) + Karma + Mocha
Here's the situation:
You bundle your app/library with output.libraryTarget = amd (and for the sake of the example let's say that also output.library = "myLibrary")
You want to test it using Mocha
You want to run your tests using Karma
I had a few ...
tomasalabes.me3 min read