Skip to content

Feature/#66 page transition(ページトランジションを作成する) #76

Feature/#66 page transition(ページトランジションを作成する)

Feature/#66 page transition(ページトランジションを作成する) #76

GitHub Actions / Tests annotations (🧪 jest-coverage-report-action) failed Mar 17, 2024 in 0s

Test suite run failed

Failed tests: 0/205. Failed suites: 1/24.

Details

Created failed tests' annotations. To disable them, see documentation.

  ● Test suite failed to run

    Cannot find module './Curve' from 'src/components/Curve/Curve.test.tsx'

    However, Jest was able to find:
    	'./Curve.stories.tsx'
    	'./Curve.test.tsx'

    You might want to include a file extension in your import, or update your 'moduleFileExtensions', which is currently ['js', 'mjs', 'cjs', 'jsx', 'ts', 'tsx', 'json', 'node'].

    See https://jestjs.io/docs/configuration#modulefileextensions-arraystring

       6 | describe('src/components/Curve/Curve.test.tsx', () => {
       7 |   it('should render the Curve component', () => {
    >  8 |     const { getByRole } = render(<Curve />);
         |                                             ^
       9 |   });
      10 | });
      11 |

      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/components/Curve/Curve.test.tsx:8:55)