mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 11:49:59 +00:00
feat(JWT Node): New node (#9005)
Co-authored-by: Giulio Andreini <andreini@netseven.it>
This commit is contained in:
4
packages/nodes-base/nodes/Jwt/test/Jwt.node.test.ts
Normal file
4
packages/nodes-base/nodes/Jwt/test/Jwt.node.test.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { testWorkflows, getWorkflowFilenames } from '@test/nodes/Helpers';
|
||||
const workflows = getWorkflowFilenames(__dirname);
|
||||
|
||||
describe('Test Jwt Node', () => testWorkflows(workflows));
|
||||
Reference in New Issue
Block a user