We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f254e6d commit b308c68Copy full SHA for b308c68
packages/jest/index.js
@@ -6,6 +6,6 @@ module.exports = function (task) {
6
const rootDir = task.root;
7
task.plugin('jest', { every:false }, function * (_, opts) {
8
const config = Object.assign({ rootDir }, opts);
9
- runCLI({ config }, rootDir);
+ runCLI({ config }, [rootDir]);
10
});
11
};
0 commit comments