sysgears / mochapack

Mocha test runner with integrated webpack precompiler
https://sysgears.github.io/mochapack/
MIT License
183 stars 28 forks source link

Create mocha file to fix Webstorm 2020 issue #68

Closed Slinkkay closed 4 years ago

Slinkkay commented 4 years ago

Adding this file allows Webstorm 2020.1 to continue to work. For some reason it's very picky about which file it finds.

Resolves #66

What's the problem this PR addresses? Webstorm 2020 does not run unit tests ...

How did you fix it? Adding a specific file name with the same content of _mocha resolves the issue. ...

larixer commented 4 years ago

@Slinkkay Thank you, looks good!