refactor(core): Enforce filename casing in cli package (no-changelog) (#10594)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { type Workflow } from 'n8n-workflow';
|
||||
import { getExecutionStartNode } from '@/workflow-helpers';
|
||||
import type { IWorkflowExecutionDataProcess } from '@/Interfaces';
|
||||
import type { IWorkflowExecutionDataProcess } from '@/interfaces';
|
||||
|
||||
describe('WorkflowHelpers', () => {
|
||||
describe('getExecutionStartNode', () => {
|
||||
|
||||
Reference in New Issue
Block a user