We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e05c004 commit f1f75fdCopy full SHA for f1f75fd
bin/fedx-scripts.js
@@ -54,6 +54,7 @@ switch (commandName) {
54
break;
55
case 'jest':
56
ensureConfigOption(presets.jest);
57
+ // eslint-disable-next-line import/no-extraneous-dependencies
58
require('jest/bin/jest');
59
60
case 'webpack':
0 commit comments