fix(web): mocha describe does not do async
mocha describe() does not accept an async function. Any async prep should be done in a before() function, which does support async. One helpful ref: https://github.com/mochajs/mocha/issues/2975#issuecomment-1004176440
parent
60bb1e4d
Please register or sign in to comment