Skip to content

Commit

Permalink
Try to fix jquery-ui tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tsv2013 committed Jul 9, 2024
1 parent afe2e87 commit 8974b5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/entries/jquery-ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export * from "./core-export";
export { SurveyModel as Model } from "survey-core";

export * from "../utils/responsivity-manager";
export { unwrap } from "../utils/utils";

import { checkLibraryVersion } from "survey-core";

Expand Down
3 changes: 2 additions & 1 deletion src/entries/react-ui.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
export * from "./react-ui-model";
export * from "./core-export";
export { SurveyModel as Model, unwrap } from "survey-core";
export { SurveyModel as Model } from "survey-core";

export * from "../utils/responsivity-manager";
export { unwrap } from "../utils/utils";

import { checkLibraryVersion } from "survey-core";

Expand Down

0 comments on commit 8974b5b

Please sign in to comment.