refactor(core): Update supertest, and fix some typing errors (no-changelog) (#9527)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-05-31 09:40:03 +02:00
committed by GitHub
parent 47d774100b
commit 08902bf941
35 changed files with 148 additions and 143 deletions

View File

@@ -1,4 +1,3 @@
import type { SuperAgentTest } from 'supertest';
import type { User } from '@db/entities/User';
import type { ActiveWorkflowManager } from '@/ActiveWorkflowManager';
@@ -17,6 +16,7 @@ import {
createSuccessfulExecution,
createWaitingExecution,
} from '../shared/db/executions';
import type { SuperAgentTest } from '../shared/types';
let owner: User;
let user1: User;