niffy
niffy copied to clipboard
Why does this require mocha?
I just stumbled upon this and it looks great, but I was wondering why the readme says it must be used with mocha? From what I can tell, it should work with any generator or await/async
aware test framework?
great question, it isn't actually dependent on mocha, we just wrote all the examples that way :) would def be open to a pull request that generalizes the examples and readme!!
To be clear, there's no reason this wouldn't work with Jest?
@cappslock that's correct - niffy should work with any testing framework