Skip to content

Commit

Permalink
Try to fix react-ui tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tsv2013 committed Jul 9, 2024
1 parent 36aa012 commit afe2e87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/entries/jquery-ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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");
2 changes: 2 additions & 0 deletions src/entries/react-ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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");

0 comments on commit afe2e87

Please sign in to comment.