mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
feat: Modernize build and testing for workflow package (no-changelog) (#16771)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { createDeferredPromise } from '@/deferred-promise';
|
||||
import { createDeferredPromise } from '../src/deferred-promise';
|
||||
|
||||
describe('DeferredPromise', () => {
|
||||
it('should resolve the promise with the correct value', async () => {
|
||||
|
||||
Reference in New Issue
Block a user