- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Test Errors
Loaders for module Workflows failed#
If you get the following error when running your tests:
This may occur if you have multiple test files and you don't configure your Jest environment correctly. To resolve this, add the following configuration to your jest.config.js
file:
Then, create the integration-tests/setup.js
file with the following content:
Learn more about configuring test tools in this documentation
Was this page helpful?