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 May 17, 2019. It is now read-only.
We are using plain Jest for our tests and would like to add extensions via the setupTestFrameworkScriptFile config option. For example the jest-extended package of additional matchers. It doesn't seem like that is currently possible.
Current behavior
fusion-cli configures Jest and only certain params can be modified via args to the test cmd.
Ideal behavior
We would like to either
(1) just have setupTestFrameworkScriptFile supported as an option for the test cmd the same way a limited number of other options can be controlled, or
(2) have a way to pass in (e.g. as a file reference) a fully blown Jest config with the test task that would then be merged in with the Jest config that comes built in with fusion-cli.
The text was updated successfully, but these errors were encountered:
Thanks for the bug report. We are currently considering allowing for customization of the jest config, but nothing is on the roadmap yet. I'm wondering if we can come up with a decent workaround for you in the meantime. Is it possible to have require('jest-extended'); in test files for the time being?
Type of issue
Feature request
Description
We are using plain Jest for our tests and would like to add extensions via the
setupTestFrameworkScriptFile
config option. For example thejest-extended
package of additional matchers. It doesn't seem like that is currently possible.Current behavior
fusion-cli
configures Jest and only certain params can be modified via args to thetest
cmd.Ideal behavior
We would like to either
(1) just have
setupTestFrameworkScriptFile
supported as an option for thetest
cmd the same way a limited number of other options can be controlled, or(2) have a way to pass in (e.g. as a file reference) a fully blown Jest config with the test task that would then be merged in with the Jest config that comes built in with
fusion-cli
.The text was updated successfully, but these errors were encountered: