chore: fix tests in ee (#22071)

Updated imports.

Fixes `WindowMessageListener_spec.ts`.

Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
This commit is contained in:
Anand Srinivasan 2023-04-05 11:08:25 +05:30 committed by GitHub
parent 1836a44577
commit 69f7b5ff86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ import { Severity } from "entities/AppsmithConsole";
import {
entityFns,
getActionTriggerFunctionNames,
} from "workers/Evaluation/fns";
} from "@appsmith/workers/Evaluation/fns";
import type {
TJSFunctionPropertyState,
TJSpropertyState,