titef
titef copied to clipboard
TypeError: Cannot read property 'processed' of undefined
Using empty string in spec name, e.g.:
suite('abc,' () =>
spec('', () => {})
)
produces this error:
TypeError: Cannot read property 'processed' of undefined
Easy workaround, just unexpected :)
Thanks for the awesome small library btw! Joy to work with!
Hello @cebaa and thanks for taking time to file this issue (:
I think the job to be done on that closely relates to what needs to be done in https://github.com/shikaan/titef/issues/27 so we might be working on a fix for both at the same time :)
If you want to jump on the fix yourself, be my guest! I'd be happy to clarify and help, should anything be unclear