Skip to content

Commit

Permalink
@howso/react-tailwind-flowbite-components@^5.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lancegliser committed Aug 30, 2024
1 parent 0e1a51b commit e940224
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 25 deletions.
22 changes: 5 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@fontsource/inter": "^5.0.5",
"@hookform/error-message": "^2.0.1",
"@howso/openapi-client": "^2.0.1",
"@howso/react-tailwind-flowbite-components": "^5.5.0",
"@howso/react-tailwind-flowbite-components": "^5.5.1",
"@howso/ui-internationalization-utils": "^1.0.2",
"@rollup/plugin-typescript": "^11.1.6",
"@storybook/addon-a11y": "^8.1.10",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
import { fireEvent, render, screen, within } from "@testing-library/react";
import "@testing-library/jest-dom";
import { FeaturesAttributesRows } from "./FeaturesAttributesRows";
import { FeaturesAttributesRowsI18nBundle as i18n } from "./FeaturesAttributesRows.i18n";
import { fireEvent, render, screen, within } from "@testing-library/react";
import { expectFeatureAttributeConfigurationInContainer } from "../FeatureAttributesConfiguration/FeatureAttributesConfiguration.test";
import {
getInferFeatureAttributesRunRequiredFields,
getInferFeatureAttributesParamsAtom,
getInferFeatureAttributesParamsTimeFeatureAtom,
getFeatureAttributesActiveFeatureAtom,
getFeatureAttributesOptionsAtom,
getInferFeatureAttributesParamsAtom,
getInferFeatureAttributesParamsTimeFeatureAtom,
getInferFeatureAttributesRunRequiredFields,
} from "../hooks";
import { expectFeatureAttributeConfigurationInContainer } from "../FeatureAttributesConfiguration/FeatureAttributesConfiguration.test";
import type {
FeatureAttributesIndex,
InferFeatureAttributesParams,
} from "../types";
import { FeaturesAttributesRows } from "./FeaturesAttributesRows";
import { FeaturesAttributesRowsI18nBundle as i18n } from "./FeaturesAttributesRows.i18n";

describe("FeaturesAttributesRows", () => {
const featuresAttributes: FeatureAttributesIndex = {
Expand Down

0 comments on commit e940224

Please sign in to comment.