Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
syucream committed Dec 9, 2023
1 parent b5b88f5 commit d433df5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ import { act, screen, render, renderHook } from "@testing-library/react";
import React from "react";
import { useForm } from "react-hook-form";

import { DateAttributeValueField } from "./DateAttributeValueField";
import { schema, Schema } from "./EntryFormSchema";

import { TestWrapper } from "TestWrapper";

import "@testing-library/jest-dom";
import { DateAttributeValueField } from "./DateAttributeValueField";

describe("DateAttributeValueField", () => {
const defaultValues: Schema = {
Expand Down

0 comments on commit d433df5

Please sign in to comment.