UNPKG

mocha-describe-directory

Version:

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

14 lines (11 loc) 241 B
/** * Copyright of Mark One Lifestyle Inc. * * Authors: * - Mike Lyons (m@mkone.co) */ (function() { 'use strict'; var describe_directory = require( '../' ); describe_directory( 'Test Suite', 'test_directory' ); })();