Adding the ability to use catch-all listeners

This commit is contained in:
Jonathan Putney
2020-05-25 17:06:51 -04:00
parent db1477fedc
commit f791aeec7b
8 changed files with 80 additions and 31 deletions

7
.mocharc.yml Normal file
View File

@@ -0,0 +1,7 @@
recursive: true
require: '@babel/register'
spec: 'test/**/*.spec.js'
ui: 'bdd'
watch: true
watch-files:
- 'test/**/*.js'