We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some relative paths is not working with Jest.
Default Jest configuration on project:
module.exports = { testEnvironment: "jsdom", transform: { "^.+\\.tsx?$": "ts-jest" }, moduleNameMapper: { '\\.(gif|ttf|eot|svg|png)$': '<rootDir>/test/__mocks__/fileMock.js', '\\.(css|less|sass|scss)$': 'identity-obj-proxy', "^@/(.*)$": "<rootDir>/src/$1" }, setupFilesAfterEnv: ['<rootDir>/jest.setup.ts'], }
This configuration is causing the error below:
@/Components/
The text was updated successfully, but these errors were encountered:
a2e3bba
still having this issue when running on Github actions, but locally it works normal
Sorry, something went wrong.
Hello @lucasluca
Can you open a issue with some prints and informations about this problem?
Thanks! :)
patrickjmeurer
Successfully merging a pull request may close this issue.
Some relative paths is not working with Jest.
Default Jest configuration on project:
This configuration is causing the error below:
Solutions:
@/Components/
relative path.The text was updated successfully, but these errors were encountered: