mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat: Modernize build and testing for workflow package (no-changelog) (#16771)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { INodeParameters, INodeProperties } from '@/interfaces';
|
||||
import { getNodeParameters } from '@/node-helpers';
|
||||
import type { INodeParameters, INodeProperties } from '../src/interfaces';
|
||||
import { getNodeParameters } from '../src/node-helpers';
|
||||
|
||||
describe('NodeHelpers', () => {
|
||||
describe('getNodeParameters, displayOptions set using DisplayCondition', () => {
|
||||
|
||||
Reference in New Issue
Block a user