@5minds/node-red-contrib-processcube-tools 1.0.1-feature-00f482-mfm5528x → 1.0.1-feature-9a380c-mfm58gob
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@ const {
|
|
|
9
9
|
testUtils,
|
|
10
10
|
} = require('../helpers/email-receiver.mocks.js');
|
|
11
11
|
|
|
12
|
-
describe('
|
|
12
|
+
describe('E-Mail Receiver Node - Integration Tests', function () {
|
|
13
13
|
// Set a reasonable timeout for integration tests
|
|
14
14
|
this.timeout(10000);
|
|
15
15
|
|
|
@@ -1,16 +1,13 @@
|
|
|
1
1
|
const { expect } = require('chai');
|
|
2
2
|
const helper = require('node-red-node-test-helper');
|
|
3
|
-
const emailSender = require('../../email-sender/email-sender.js');
|
|
4
3
|
const {
|
|
5
|
-
createMockNodemailer,
|
|
6
4
|
setupModuleMocks,
|
|
7
|
-
getMockNode,
|
|
8
5
|
emailSenderConfigs,
|
|
9
6
|
testFlows,
|
|
10
7
|
testUtils,
|
|
11
8
|
} = require('../../test/helpers/email-sender.mocks.js');
|
|
12
9
|
|
|
13
|
-
describe('
|
|
10
|
+
describe('E-Mail Sender Node - Integration Tests', function () {
|
|
14
11
|
// Set a reasonable timeout for integration tests
|
|
15
12
|
this.timeout(10000);
|
|
16
13
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
const { expect } = require('chai');
|
|
2
2
|
const { createMockNodeRED, setupModuleMocks, testConfigs, testUtils } = require('../helpers/email-receiver.mocks.js');
|
|
3
3
|
|
|
4
|
-
describe('
|
|
4
|
+
describe('E-Mail Receiver Node - Unit Tests', function () {
|
|
5
5
|
this.timeout(10000);
|
|
6
6
|
|
|
7
7
|
let emailReceiverNode;
|