added unit testing, and started implementing unit tests...phew
This commit is contained in:
10
node_modules/mocha/bin/_mocha
generated
vendored
Executable file
10
node_modules/mocha/bin/_mocha
generated
vendored
Executable file
@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env node
|
||||
'use strict';
|
||||
|
||||
/**
|
||||
* This file remains for backwards compatibility only.
|
||||
* Don't put stuff in this file.
|
||||
* @see module:lib/cli
|
||||
*/
|
||||
|
||||
require('../lib/cli').main();
|
Reference in New Issue
Block a user