Lines Matching refs:tree
9 const tree = renderer.create(<Footer />);
10 expect(tree).toMatchSnapshot();
14 const tree = renderer.create(<Nav />);
15 expect(tree).toMatchSnapshot();
19 const tree = renderer.create(<Aside />);
20 expect(tree).toMatchSnapshot();
24 const tree = renderer.create(<Header />);
25 expect(tree).toMatchSnapshot();
29 const tree = renderer.create(<Main />);
30 expect(tree).toMatchSnapshot();
34 const tree = renderer.create(<Section />);
35 expect(tree).toMatchSnapshot();
39 const tree = renderer.create(<Article />);
40 expect(tree).toMatchSnapshot();