Closed trusktr closed 10 months ago
F.e. I want to put this in the setup HTML:
<script type="module> import something from "somelib" window.foo = something() </script>
Also what's the async option for each test case? Can I use await in the test?
async
await
@trusktr I've just added module support, example here: https://jsperf.app/simuqe
F.e. I want to put this in the setup HTML:
Also what's the
async
option for each test case? Can I useawait
in the test?