[wasm] Rename module file to .mjs
Rename test-main.js to test-main.mjs
/azp run runtime-wasm
Commenter does not have sufficient privileges for PR 2597 in repo dotnet/BenchmarkDotNet
/azp run runtime-wasm
This should not be required, as the WASM test added by @caaavik-msft in https://github.com/dotnet/BenchmarkDotNet/pull/2532 should be just always executed.
May I ask why is this file being renamed again? What do we get from it?
The test-main.js file was updated to require the --module flag. Renaming the file to .mjs helps clarify that it is a JavaScript module.
cc @radical Looks similar to #2345.
Closing as we decided not to rename the file