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:
agobrech
2023-02-09 13:03:53 +01:00
committed by GitHub
parent 43abe225a0
commit d4d55b0684
2 changed files with 243 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
import { testWorkflows, getWorkflowFilenames } from '../../../test/nodes/Helpers';
const workflows = getWorkflowFilenames(__dirname);
describe('Test Crypto Node', () => testWorkflows(workflows));