sinon icon indicating copy to clipboard operation
sinon copied to clipboard

Remove Browserify in favor of ESBuild (already used in Mochify)

Open fatso83 opened this issue 1 year ago • 1 comments

We already employ ESBuild in creating the bundle for our tests, which gets us in the strange situation where the testing of the bundle is happening on a version that we never produce 🤡

Most of the work is already done in the coverage.cjs script, so it's mostly just about extracting that chunk and re-using it everywhere else (NPM scripts, bundle, coverage, ...).

fatso83 avatar Sep 13 '24 00:09 fatso83

Doing it for the other projects would of course be beneficial ...

fatso83 avatar Sep 13 '24 00:09 fatso83