You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve testing of mainScriptUrlOrBlob. NFC (#21728)
I noticed when working on #21701 then these tests were not renaming
the `.js` output, which meant that if `mainScriptUrlOrBlob` was
completely ignored the tests would still pass.
These changes rename the output `.js` file such that the default
name will not longer work and the tests would fail if
`mainScriptUrlOrBlob` were ignored.
0 commit comments