mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
test(Crypto Node): Unit tests (no-changelog) (#5433)
* Add test to Crypto Node * ✅ added test to generate random uuid --------- Co-authored-by: Marcus <marcus@n8n.io>
This commit is contained in:
5
packages/nodes-base/nodes/Crypto/test/Crypto.test.ts
Normal file
5
packages/nodes-base/nodes/Crypto/test/Crypto.test.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { testWorkflows, getWorkflowFilenames } from '../../../test/nodes/Helpers';
|
||||
|
||||
const workflows = getWorkflowFilenames(__dirname);
|
||||
|
||||
describe('Test Crypto Node', () => testWorkflows(workflows));
|
||||
Reference in New Issue
Block a user