Skip to content

Commit

Permalink
Setting isModuleNotFoundError to false to see if issue is resolved.
Browse files Browse the repository at this point in the history
  • Loading branch information
bubonicfred committed Jun 18, 2024
1 parent d9811d5 commit 9dbea88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/client/helpers/submitOnEnter.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ const jQueryOnStub = sinon.stub();

const submitOnEnter = await esmock("../../../../client/helpers/submitOnEnter", {
"meteor/jquery": { $: () => sinon.stub().returns({ on: jQueryOnStub, }) },
}, {}, {
isModuleNotFoundError: false
});

// skipcq: JS-0241
Expand Down

0 comments on commit 9dbea88

Please sign in to comment.