zinserjan/mocha-webpack

Tests do not run with TypeScript & webpack 4

Closed this issue · 2 comments

I used someone else's repro for a different issue as a basis: https://github.com/jdeanwaite/ts-mocha-webpack-example

This repo works as-is. Webpack reports "successful compilation" and mocha reports the test outputs.

Now upgrade the devDeps to their latest versions:
image

Webpack will still report "successful compilation" but the tests do not seem to run (or their results are not reported.

try mocha-webpack@next

Ah-ha! Works like a charm, cheers!