You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application I am working on is based around Next.js with a jest.js configuration. To make jest work, next provide a 'next/jest.js' config provider to make jest know how to transpile the code.
but when I run 'majestic'. I am greeted with an error:
i Error occured while obtaining Jest cofiguration for coverage report SyntaxError: Unexpected token i in JSON at position 0
is there a workaround to this?
The text was updated successfully, but these errors were encountered:
HeinDiez
changed the title
Majestic is not loading next.js + jest.config that is using ES6 import/export.
Majestic is not loading next/jest + jest.config that is using ES6 import/export.
Mar 16, 2024
HeinDiez
changed the title
Majestic is not loading next/jest + jest.config that is using ES6 import/export.
Majestic is not loading next/jest + jest.config.
Mar 16, 2024
Is this a bug report or a feature request?
Bug Report
Version Info
Reproduction Repo
The application I am working on is based around Next.js with a jest.js configuration. To make jest work, next provide a 'next/jest.js' config provider to make jest know how to transpile the code.
jest.config.js
package.json
but when I run 'majestic'. I am greeted with an error:
is there a workaround to this?
The text was updated successfully, but these errors were encountered: