test: Add more tests for expression extensions (no-changelog) (#12598)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2025-01-14 15:54:11 +01:00
committed by GitHub
parent a0b7cac3a5
commit bfe3c5611a
8 changed files with 444 additions and 146 deletions

View File

@@ -1,9 +1,8 @@
import { UNKNOWN_ERROR_DESCRIPTION, UNKNOWN_ERROR_MESSAGE } from '@/Constants';
import { NodeOperationError } from '@/errors';
import { NodeApiError } from '@/errors/node-api.error';
import type { INode, JsonObject } from '@/Interfaces';
import { UNKNOWN_ERROR_DESCRIPTION, UNKNOWN_ERROR_MESSAGE } from '../src/Constants';
const node: INode = {
id: '1',
name: 'Postgres node',