fix: remove support for runScript#11155
Conversation
| testPath: path, | ||
| }); | ||
|
|
||
| if (typeof environment.getVmContext !== 'function') { |
There was a problem hiding this comment.
should we warn if runScript is present? Might make it harder for a single test env to support multiple versions of Jest, bt also less confusing than "why isn't my code running"
Co-authored-by: Michał Pierzchała <thymikee@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #11155 +/- ##
==========================================
+ Coverage 64.19% 64.21% +0.02%
==========================================
Files 307 307
Lines 13372 13369 -3
Branches 3260 3258 -2
==========================================
+ Hits 8584 8585 +1
+ Misses 4083 4081 -2
+ Partials 705 703 -2
Continue to review full report at Codecov.
|
|
Will merge after we land the website update |
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
It cannot be used for ESM anyways, so let's clean up our code a bit
Test plan
Green CI