Lines Matching refs:container
8 const { container } = render(<>{resolveTypeName({ type: 'intrinsic', name: 'void' })}</>);
9 expect(container).toMatchSnapshot();
13 const { container } = render(<>{resolveTypeName({ type: 'intrinsic', name: 'string' })}</>);
14 expect(container).toMatchSnapshot();
18 const { container } = render(
21 expect(container).toMatchSnapshot();
25 const { container } = render(
33 expect(container).toMatchSnapshot();
37 const { container } = render(
45 expect(container).toMatchSnapshot();
49 const { container } = render(
58 expect(container).toMatchSnapshot();
62 const { container } = render(
71 expect(container).toMatchSnapshot();
75 const { container } = render(
84 expect(container).toMatchSnapshot();
88 const { container } = render(
100 expect(container).toMatchSnapshot();
104 const { container } = render(
122 expect(container).toMatchSnapshot();
126 const { container } = render(
145 expect(container).toMatchSnapshot();
149 const { container } = render(
160 expect(container).toMatchSnapshot();
164 const { container } = render(
175 expect(container).toMatchSnapshot();
179 const { container } = render(
190 expect(container).toMatchSnapshot();
194 const { container } = render(
208 expect(container).toMatchSnapshot();
212 const { container } = render(
221 expect(container).toMatchSnapshot();
225 const { container } = render(
236 expect(container).toMatchSnapshot();
240 const { container } = render(
255 expect(container).toMatchSnapshot();
259 const { container } = render(
282 expect(container).toMatchSnapshot();
286 const { container } = render(
312 expect(container).toMatchSnapshot();
316 const { container } = render(
336 expect(container).toMatchSnapshot();
340 const { container } = render(
359 expect(container).toMatchSnapshot();
363 const { container } = render(
375 expect(container).toMatchSnapshot();
379 const { container } = render(
406 expect(container).toMatchSnapshot();
412 const { container } = render(<CommentTextBlock comment={undefined} />);
413 expect(container).toMatchSnapshot();
421 const { container } = render(<CommentTextBlock comment={comment} />);
422 expect(container).toMatchSnapshot();
488 const { container } = render(<CommentTextBlock comment={comment} />);
489 expect(container).toMatchSnapshot();