-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Problem: Mocha custom reporter still does not support ES Modules.
As long as we use mocha, we cannot have top-level awaits, such as the one in module.ts.
Line 19 in e549720
| const request = await Message.uploadFile(folder + module); |
Workarounds like calling an async function do not work either, in that case the tests do not get loaded.
Why we want this fixed: However, awaits when building tests is extremely useful. We often want to compile stuff at this point.
Metadata
Metadata
Assignees
Labels
No labels