Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
chore: upgrade mocha to v6 💣
- Loading branch information
1 parent
10da5d5
commit 9ff36ecbd81b64bd2e419ede6528589f365c31a0
Showing
4 changed files
with
307 additions
and
39 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
@@ -0,0 +1,13 @@ | ||
'use strict' | ||
|
||
module.exports = { | ||
colors: true, | ||
checkLeaks: true, | ||
require: [ | ||
'source-map-support/register', | ||
], | ||
exclude: [ | ||
'**/node_modules/**' | ||
], | ||
spec: ["**/*.test.js"] | ||
} |
Oops, something went wrong.