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:
@@ -1,5 +1,5 @@
|
||||
import type { IDataObject } from '@/interfaces';
|
||||
import * as ObservableObject from '@/observable-object';
|
||||
import type { IDataObject } from '../src/interfaces';
|
||||
import * as ObservableObject from '../src/observable-object';
|
||||
|
||||
describe('ObservableObject', () => {
|
||||
test('should recognize that item on parent level got added (init empty)', () => {
|
||||
|
||||
Reference in New Issue
Block a user