Skip to content
New issue

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

fix(app-generic): allow jest to use axios using cjs #3218

Merged
merged 2 commits into from
Apr 17, 2023

Conversation

p-fernandez
Copy link
Contributor

What change does this PR introduce?

Instructs Jest to use Axios CJS module.

Why was this change needed?

Allows the Application Generic package tests to be run in the local environment. Some of the test suites were failing because they used Axios and Jest was not correctly instructed to use the CJS package of Axios.

Other information (Screenshots)

@p-fernandez p-fernandez self-assigned this Apr 17, 2023
@p-fernandez p-fernandez added this pull request to the merge queue Apr 17, 2023
Merged via the queue into next with commit dfc4a46 Apr 17, 2023
9 checks passed
@p-fernandez p-fernandez deleted the fix-app-generic-jest-axios branch April 17, 2023 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants