Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
FossPrime committed Jun 3, 2021
1 parent 81899b2 commit 62d8708
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions bin/_mocha.js
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();

0 comments on commit 62d8708

Please sign in to comment.