From 6c6e770e98470ac1af48ee530e9d3b7081ad0e6f Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Thu, 10 Sep 2020 08:57:33 -0700 Subject: [PATCH] Remove new options that mostly match defaults --- .mocharc.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.mocharc.js b/.mocharc.js index 8eefbadb26..6159fd937f 100644 --- a/.mocharc.js +++ b/.mocharc.js @@ -1,11 +1,4 @@ module.exports = { - diff: true, - extension: ['js'], - package: './package.json', - reporter: 'spec', - slow: 75, - timeout: 2000, - ui: 'bdd', file: [ 'test/test.js' ]