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
I work on an angular app and I need to test canvas element.
So I installed jest-canvas-mock, added the : "jest": { "setupFiles": ["jest-canvas-mock"] },
in package.json.
when I run the tests I have the following message: Multiple configurations found: * /home/sraye/IdeaProjects/customer/evercampaign/jest.config.ts * jest key in /home/sraye/IdeaProjects/customer/evercampaign/package.json
In fact my jest setup is in the file jest.config.ts:
The text was updated successfully, but these errors were encountered:
Choupa-web
changed the title
Multiple configurations found when configure jes-canvas-mock
Multiple configurations found when configure jest-canvas-mock
Jul 4, 2022
Hello,
I work on an angular app and I need to test canvas element.
So I installed jest-canvas-mock, added the :
"jest": { "setupFiles": ["jest-canvas-mock"] },
in package.json.
when I run the tests I have the following message:
Multiple configurations found: * /home/sraye/IdeaProjects/customer/evercampaign/jest.config.ts *
jestkey in /home/sraye/IdeaProjects/customer/evercampaign/package.json
In fact my jest setup is in the file jest.config.ts:
any idea on how I can resolve this ?
Thanks
The text was updated successfully, but these errors were encountered: