jolly-oil-35623
07/25/2022, 12:53 PMERROR in ./cypress/component/components/GetStarted/YourInfoStep/YourInfo.cy.js 6:13
Module parse failed: Unexpected token (6:13)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| describe('<YourInfo>', () => {
| beforeEach(() => {
> cy.mount(<YourInfo contentful='a string' />)
| })
|