refactor/vite #2392
Annotations
2 errors
|
build (20.x)
Process completed with exit code 1.
|
|
src/2024/Speakers/Speakers2024.test.tsx:
src/2024/Speakers/Speakers2024.tsx#L21
Error: [vitest] There was an error when mocking a module. If you are using "vi.mock" factory, make sure there are no top level variables inside, since this call is hoisted to top of the file. Read more: https://vitest.dev/api/vi.html#vi-mock
❯ src/2024/Speakers/Speakers2024.tsx:21:1
Caused by: Caused by: ReferenceError: jest is not defined
❯ src/2024/Speakers/Speakers2024.test.tsx:16:19
❯ src/2024/Speakers/Speakers2024.tsx:21:1
|