UNPKG

suman-watch-plugins

Version:

Plugins to be used with suman-watch utilities.

13 lines (8 loc) 258 B
/** * note to developers: use this suman.hooks.js file to run any before/after/beforeEach/afterEach hook for any/every suite * * they will be run for all your test files, unless you run some conditional logic * */ module.exports = (suite) => { };