Cannot read properties of undefined (reading 'endsWith')

After adding an image to a component and syncing I’m getting a few test fails regarding undefined endsWith.

TypeError: Cannot read properties of undefined (reading 'endsWith')

      82 |    */
      83 |   await act(async () => {
    > 84 |     renderOutput = render(ui, {
         |                    ^
      85 |       wrapper: Wrapper,
      86 |       ...renderOptions,
      87 |     });