# Pastebin JmnrpYKN
Summary of all failing tests
FAIL static/js/tests/fresh-releases/FreshReleases.test.tsx
● FreshReleases › renders the page correctly
TypeError: Cannot read properties of undefined (reading 'createElement')
58 | it("renders the page correctly", () => {
59 | const wrapper = mount(
> 60 |
| ^
61 | );
62 | expect(wrapper.html()).toMatchSnapshot();
63 | })
at Object. (static/js/tests/fresh-releases/FreshReleases.test.tsx:60:9)
at processTicksAndRejections (node:internal/process/task_queues:96:5)