Skip to content

Commit b308c68

Browse files
committed
jest: update for jest-cli@^20
1 parent f254e6d commit b308c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/jest/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ module.exports = function (task) {
66
const rootDir = task.root;
77
task.plugin('jest', { every:false }, function * (_, opts) {
88
const config = Object.assign({ rootDir }, opts);
9-
runCLI({ config }, rootDir);
9+
runCLI({ config }, [rootDir]);
1010
});
1111
};

0 commit comments

Comments
 (0)