Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
chore: upgrade mocha to v6 💣
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrossmann committed Mar 5, 2019
1 parent 10da5d5 commit 9ff36ec
Show file tree
Hide file tree
Showing 4 changed files with 307 additions and 39 deletions.
13 changes: 13 additions & 0 deletions .mocharc.js
@@ -0,0 +1,13 @@
'use strict'

module.exports = {
colors: true,
checkLeaks: true,
require: [
'source-map-support/register',
],
exclude: [
'**/node_modules/**'
],
spec: ["**/*.test.js"]
}

0 comments on commit 9ff36ec

Please sign in to comment.