Skip to content
This repository was archived by the owner on Aug 19, 2019. It is now read-only.

Commit bcdf9c5

Browse files
author
Kir Belevich
committed
✔️ fix "projects" config being not passed properly
1 parent 77c2a58 commit bcdf9c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default (userOptions = {}) => () => {
2020
}, {})
2121
};
2222

23-
const projects = options.projects || [ options.rootDir ];
23+
const projects = [ options.rootDir ];
2424

2525
return function jest() {
2626
const jestCLI = require('jest-cli');

0 commit comments

Comments
 (0)