File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- import { renderAndInjectForm , sample } from "@/utils/test-utils" ;
1+ import { renderAndInjectForm } from "@/utils/test-utils" ;
22import { fireEvent , screen , waitFor } from "@testing-library/react" ;
33import { Cassette } from "@/components/containers/Cassette" ;
4+ import { components } from "@/types/schema" ;
45
5- const defaultSample = {
6+ const defaultSample : components [ "schemas" ] [ "SampleOut" ] = {
67 id : 1 ,
78 name : "cassette-sample" ,
89 subLocation : 1 ,
Original file line number Diff line number Diff line change @@ -833,7 +833,7 @@ export interface components {
833833 /** Sublocation */
834834 subLocation ?: number | null ;
835835 /** Details */
836- details ?: Record < string , never > | null ;
836+ details ?: Record < string , any > | null ;
837837 /** Comments */
838838 comments ?: string | null ;
839839 /**
You can’t perform that action at this time.
0 commit comments