UNPKG

mocha-describe-directory

Version:

Mocha utility that allows you to describe a directory that contains a suites tests, for organizing test suites

13 lines (11 loc) 202 B
/** * This file is licensed under the MIT license * * Authors: * - Michael Lyons (mdl0394@gmail.com) */ (function() { 'use strict'; it( 'should be a test', function() { } ); })();