Closed jdbocarsly closed 3 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 68.38%. Comparing base (
3230bb2
) to head (140c9ab
). Report is 1 commits behind head on main.
Passed #2738
•
d1d8635289 ℹ️: Merge 140c9ab750e8b37af59c69647501f25fef043d80 into 3230bb23fa9c9805ab56608a1717...
Project |
datalab
|
Branch Review |
jdb/vm-polyfill-fix
|
Run status |
Passed #2738
|
Run duration | 06m 13s |
Commit |
d1d8635289 ℹ️: Merge 140c9ab750e8b37af59c69647501f25fef043d80 into 3230bb23fa9c9805ab56608a1717...
|
Committer | Josh Bocarsly |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
405
|
View all changes introduced in this branch ↗︎ |
In our build, we are getting a warning about the fact that we don't have a polyfill for one of cypress's subdependencies, which uses the node.js
vm
function:I don't believe we really need the polyfill since since we haven't had one in for a while and the tests don't seem broken, so this PR just makes that explicit in
vue.config.js