mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat: Modernize build and testing for workflow package (no-changelog) (#16771)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { toCronExpression } from '@/cron';
|
||||
import type { CronExpression } from '@/interfaces';
|
||||
import { toCronExpression } from '../src/cron';
|
||||
import type { CronExpression } from '../src/interfaces';
|
||||
|
||||
describe('Cron', () => {
|
||||
describe('toCronExpression', () => {
|
||||
|
||||
Reference in New Issue
Block a user