Skip to content

Commit 92b3322

Browse files
fix(tests): correct typo in proxyquire usage to fix ReferenceError in unit tests
1 parent c91fc2c commit 92b3322

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

functions/slack/test/unit.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ afterEach(restoreConsole);
103103
let mod;
104104

105105
before(() => {
106-
mod = proxysquire('../index.js', {
106+
mod = proxyquire('../index.js', {
107107
'./index.js': {
108108
verifyWebhook: () => {},
109109
},

0 commit comments

Comments
 (0)