mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat: Modernize build and testing for workflow package (no-changelog) (#16771)
This commit is contained in:
@@ -6,8 +6,8 @@ import {
|
||||
parseExtractableSubgraphSelection,
|
||||
hasPath,
|
||||
buildAdjacencyList,
|
||||
} from '@/graph/graph-utils';
|
||||
import type { IConnection, IConnections, NodeConnectionType } from '@/index';
|
||||
} from '../../src/graph/graph-utils';
|
||||
import type { IConnection, IConnections, NodeConnectionType } from '../../src/index';
|
||||
|
||||
function makeConnection(
|
||||
node: string,
|
||||
|
||||
Reference in New Issue
Block a user