@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@5minds/node-red-contrib-processcube-tools",
3
- "version": "1.0.1-feature-00f482-mfm5528x",
3
+ "version": "1.0.1-feature-9a380c-mfm58gob",
4
4
  "license": "MIT",
5
5
  "description": "Node-RED tools nodes for ProcessCube",
6
6
  "scripts": {
@@ -9,7 +9,7 @@ const {
9
9
  testUtils,
10
10
  } = require('../helpers/email-receiver.mocks.js');
11
11
 
12
- describe('Email Receiver Node - Integration Tests with Helpers', function () {
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('EmailSenderNode Integration Tests', function () {
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('Email Receiver Node - Unit Tests with Helpers', function () {
4
+ describe('E-Mail Receiver Node - Unit Tests', function () {
5
5
  this.timeout(10000);
6
6
 
7
7
  let emailReceiverNode;
@@ -6,7 +6,7 @@ const {
6
6
  createMockNodemailer,
7
7
  } = require('../helpers/email-sender.mocks.js');
8
8
 
9
- describe('E-Mail Sender Node Unit Tests', function () {
9
+ describe('E-Mail Sender Node - Unit Tests', function () {
10
10
  this.timeout(10000);
11
11
 
12
12
  let emailSenderNode;