Skip to content

Commit

Permalink
Updating testing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
acolchado committed May 17, 2022
1 parent 42fe342 commit b286c80
Show file tree
Hide file tree
Showing 4 changed files with 1,733 additions and 2,535 deletions.
13 changes: 13 additions & 0 deletions .mocharc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
'use strict';

module.exports = {
diff: true,
extension: ['js'],
package: '../package.json',
require: ['./test/globals.js'],
reporter: 'spec',
recursive: true,
ui: 'bdd',
'watch-files': ['src/**/*.js', 'test/**/*.js'],
'watch-ignore': ['node_modules']
};
Loading

0 comments on commit b286c80

Please sign in to comment.