From 5cba4148753fc381f38787f5f248e791d9be59c3 Mon Sep 17 00:00:00 2001 From: Chris Slinkman Date: Sun, 24 May 2020 09:15:44 -0500 Subject: [PATCH] Create mocha file to fix Webstorm 2020 issue (#68) Adding this file allows Webstorm 2020.1 to continue to work. For some reason it's very picky about which file it finds. --- bin/mocha | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bin/mocha diff --git a/bin/mocha b/bin/mocha new file mode 100644 index 0000000..67312a1 --- /dev/null +++ b/bin/mocha @@ -0,0 +1,6 @@ +#!/usr/bin/env node + +/* + * entry file to support mocha-intellij + */ +require('../lib/cli');