From afe2e87236f81de5c10340a01aeb99a7e19fab64 Mon Sep 17 00:00:00 2001 From: tsv2013 Date: Tue, 9 Jul 2024 16:44:12 +0300 Subject: [PATCH] Try to fix react-ui tests --- src/entries/jquery-ui.ts | 2 ++ src/entries/react-ui.ts | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/entries/jquery-ui.ts b/src/entries/jquery-ui.ts index 6745e73cc3..e65870c57b 100644 --- a/src/entries/jquery-ui.ts +++ b/src/entries/jquery-ui.ts @@ -53,6 +53,8 @@ export * from "./core-export"; export { SurveyModel as Model } from "survey-core"; +export * from "../utils/responsivity-manager"; + import { checkLibraryVersion } from "survey-core"; checkLibraryVersion(`${process.env.VERSION}`, "survey-jquery-ui"); \ No newline at end of file diff --git a/src/entries/react-ui.ts b/src/entries/react-ui.ts index 52ba6971fa..6f399c5844 100644 --- a/src/entries/react-ui.ts +++ b/src/entries/react-ui.ts @@ -2,6 +2,8 @@ export * from "./react-ui-model"; export * from "./core-export"; export { SurveyModel as Model, unwrap } from "survey-core"; +export * from "../utils/responsivity-manager"; + import { checkLibraryVersion } from "survey-core"; checkLibraryVersion(`${process.env.VERSION}`, "survey-react-ui"); \ No newline at end of file