Skip to content

Commit

Permalink
Actually apply changes from #4046
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekzaw committed Mar 8, 2023
1 parent 28f8504 commit 3897fc9
Show file tree
Hide file tree
Showing 4 changed files with 639 additions and 495 deletions.
4 changes: 2 additions & 2 deletions __tests__/__snapshots__/plugin.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ var _worklet_16974800582491_init_data = {
location: \\"${ process.cwd() }/jest tests fixture\\"
};
var foo = function () {
var _e = [new Error(), 1, -20];
var _e = [new global.Error(), 1, -27];
var _f = function _f(x) {
var bar = function () {
var _e = [new Error(), 1, -20];
var _e = [new global.Error(), 1, -27];
var _f = function _f(x) {
return x + 2;
};
Expand Down
Loading

0 comments on commit 3897fc9

Please sign in to comment.