generated from freeCodeCamp/template
-
-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
enhancementNew feature or requestNew feature or request
Description
When setting up for DOM tests it's not currently possible to use top-level await. The reason for this is simply that it is evaluated in a script, not a module.
Ideally we should either switch to using modules, but that might be challenging given how we currently deploy the test runner - it's attached to the window object after running a script.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request