From 908a4b907079fb0c289156c20801217339a8c4f0 Mon Sep 17 00:00:00 2001 From: Carl-Erik Kopseng Date: Mon, 4 Mar 2019 09:29:21 +0100 Subject: [PATCH] Add link Links to mochajs/mocha#3808 --- javascript/mocha-recursive-extensions-test/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/javascript/mocha-recursive-extensions-test/README.md b/javascript/mocha-recursive-extensions-test/README.md index 6f35718..a442edc 100644 --- a/javascript/mocha-recursive-extensions-test/README.md +++ b/javascript/mocha-recursive-extensions-test/README.md @@ -1,4 +1,5 @@ # Tests to verify Mocha's `--extension` behaviour +> Verifies (Mocha issue 3808](https://github.com/mochajs/mocha/issues/3808) According to [Mocha's own docs](https://mochajs.org/#-extension-ext-watch-extensions-ext) one should be able to specify which extensions mocha will automatically load.