Do you want to request a feature or report a bug?
Bug.
What is the current behavior?
Jest incorrectly processes files instead of only the folders within them.
$ jest --projects packages/*
/Users/eric/Projects/my/project/packages/README.md:1
(function (exports, require, module, __filename, __dirname) { # My Project
^
SyntaxError: Invalid or unexpected token
What is the expected behavior?
Filter by .isDirectory().
Please provide your exact Jest configuration and mention your Jest, node,
yarn/npm version and operating system.
jest@22.0.4
yarn@1.3.2
node@8.9.1
Do you want to request a feature or report a bug?
Bug.
What is the current behavior?
Jest incorrectly processes files instead of only the folders within them.
What is the expected behavior?
Filter by
.isDirectory().Please provide your exact Jest configuration and mention your Jest, node,
yarn/npm version and operating system.
jest@22.0.4yarn@1.3.2node@8.9.1