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
{{ message }}
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.
If you don't have a jest.config.js file, nor a jest key in the package.json, Stryker will fail:
[2018-04-02 20:52:17.345] [INFO] ConfigReader - Using stryker.conf.js in the current working directory.
/Users/maarten/Projects/hyperion-web/node_modules/stryker-jest-runner/src/configLoaders/DefaultJestConfigLoader.js:16
throw new Error('Could not read Jest configuration, please provide a jest.config.js file or a jest config in your package.json');
As a work-around, create a jest.config.js with just
{
}
I don't think this is a nice approach. Maybe we should just let Stryker could handle this situation?
The text was updated successfully, but these errors were encountered:
If you don't have a
jest.config.js
file, nor ajest
key in the package.json, Stryker will fail:As a work-around, create a
jest.config.js
with justI don't think this is a nice approach. Maybe we should just let Stryker could handle this situation?
The text was updated successfully, but these errors were encountered: