PR #238 #236
GitHub Actions / Tests annotations (🧪 jest-coverage-report-action)
failed
May 29, 2024 in 0s
Test suite run failed
Failed tests: 0/215. Failed suites: 2/45.
Details
Created failed tests' annotations. To disable them, see documentation.
● Test suite failed to run
Cannot find module '@functions/disconnect' from 'src/__tests__/Users/Student/statisticsStudent.test.jsx'
24 | }))
25 |
> 26 | jest.mock('@functions/disconnect', () => ({
| ^
27 | disconnect: jest.fn()
28 | }))
29 |
at Resolver.resolveModule (node_modules/react-scripts/node_modules/jest-resolve/build/resolver.js:324:11)
at Object.mock (src/__tests__/Users/Student/statisticsStudent.test.jsx:26:6)
● Test suite failed to run
Cannot find module '@functions/disconnect' from 'src/__tests__/Users/Teacher/statisticsTeacher.test.jsx'
25 | })
26 |
> 27 | jest.mock('@functions/disconnect', () => ({
| ^
28 | disconnect: jest.fn()
29 | }))
30 |
at Resolver.resolveModule (node_modules/react-scripts/node_modules/jest-resolve/build/resolver.js:324:11)
at Object.mock (src/__tests__/Users/Teacher/statisticsTeacher.test.jsx:27:6)
Loading