Skip to content

Commit

Permalink
Create mocha file to fix Webstorm 2020 issue (#68)
Browse files Browse the repository at this point in the history
Adding this file allows Webstorm 2020.1 to continue to work. For some reason it's very picky about which file it finds.
  • Loading branch information
Slinkkay authored May 24, 2020
1 parent 698a137 commit 5cba414
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bin/mocha
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env node

/*
* entry file to support mocha-intellij
*/
require('../lib/cli');

0 comments on commit 5cba414

Please sign in to comment.