Skip to content

Commit

Permalink
Revert "chore: upgrade (most) depedencies to latest (#3903)" (#3918)
Browse files Browse the repository at this point in the history
This reverts commit 8ce4471.
  • Loading branch information
juergba committed May 17, 2019
1 parent 8ce4471 commit 94033bf
Show file tree
Hide file tree
Showing 7 changed files with 2,593 additions and 1,897 deletions.
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Mocha is a feature-rich JavaScript test framework running on [Node.js][] and in
- [extensible reporting, bundled with 9+ reporters](#reporters)
- [extensible test DSLs or "interfaces"](#interfaces)
- [before, after, before each, after each hooks](#hooks)
- [arbitrary transpiler support (coffeescript etc)](#-compilers)
- [arbitrary transpiler support (coffee-script etc)](#-compilers)
- [TextMate bundle](#textmate)

## Table of Contents
Expand Down Expand Up @@ -864,12 +864,12 @@ Configuration
--package Path to package.json for config [string]
File Handling
--ignore, --exclude Ignore file(s) or glob pattern(s)
[array] [default: (none)]
--extension, --watch-extensions File extension(s) to load and/or watch
[array] [default: js]
--file Specify file(s) to be loaded prior to root
suite execution [array] [default: (none)]
--ignore, --exclude Ignore file(s) or glob pattern(s)
[array] [default: (none)]
--recursive Look for tests in subdirectories [boolean]
--require, -r Require module [array] [default: (none)]
--sort, -S Sort test files [boolean]
Expand Down

0 comments on commit 94033bf

Please sign in to comment.