niffy icon indicating copy to clipboard operation
niffy copied to clipboard

Why does this require mocha?

Open kmiyashiro opened this issue 7 years ago • 3 comments

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?

kmiyashiro avatar Apr 27 '17 21:04 kmiyashiro

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!!

reinpk avatar Apr 27 '17 22:04 reinpk

To be clear, there's no reason this wouldn't work with Jest?

cappslock avatar May 05 '17 01:05 cappslock

@cappslock that's correct - niffy should work with any testing framework

stephenmathieson avatar May 06 '17 00:05 stephenmathieson