test(editor): Add unit test for inputpanel component (#11644)

Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
This commit is contained in:
Elias Meire
2024-11-11 17:19:50 +01:00
committed by GitHub
parent 600479bf36
commit d9d01c42db
4 changed files with 373 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ import { storeToRefs } from 'pinia';
type MappingMode = 'debugging' | 'mapping';
type Props = {
export type Props = {
runIndex: number;
workflow: Workflow;
pushRef: string;