Commit e2ce64d9 authored by Marc Durdin's avatar Marc Durdin
Browse files

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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment