mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat: Modernize build and testing for workflow package (no-changelog) (#16771)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { ExpressionError } from '@/errors/expression.error';
|
||||
import type { GenericValue, IDataObject } from '@/interfaces';
|
||||
import { ExpressionError } from '../../src/errors/expression.error';
|
||||
import type { GenericValue, IDataObject } from '../../src/interfaces';
|
||||
|
||||
interface ExpressionTestBase {
|
||||
type: 'evaluation' | 'transform';
|
||||
@@ -275,7 +275,7 @@ export const baseFixtures: ExpressionTestFixture[] = [
|
||||
input: [],
|
||||
error: new ExpressionError('No execution data available', {
|
||||
runIndex: 0,
|
||||
itemIndex: 0,
|
||||
itemIndex: -1,
|
||||
type: 'no_execution_data',
|
||||
}),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user