feat: initial setup with WhatsApp CRM apps and sync services
This commit is contained in:
9
apps/whatsapp-sync/tests/__mocks__/qrcode-terminal.js
Normal file
9
apps/whatsapp-sync/tests/__mocks__/qrcode-terminal.js
Normal file
@@ -0,0 +1,9 @@
|
||||
var generate = jest.fn();
|
||||
|
||||
module.exports = {
|
||||
__esModule: true,
|
||||
default: {
|
||||
generate: generate,
|
||||
},
|
||||
generate: generate,
|
||||
};
|
||||
Reference in New Issue
Block a user