-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
#!/usr/bin/env node | ||
'use strict'; | ||
|
||
/** | ||
* This file remains for backwards compatibility only. | ||
* Don't put stuff in this file. | ||
* @see module:lib/cli | ||
*/ | ||
// Node has a hard time telling what loader to use without an extension | ||
// If you use the node --loader option, use this | ||
// https://github.com/mochajs/mocha/pull/4647/files?file-filters%5B%5D=.json | ||
|
||
require('../lib/cli').main(); |