Skip to content

An example of a issue where Jest won't find any tests if parentheses exist in the rootDir.

Notifications You must be signed in to change notification settings

rimunroe/jest-parentheses-in-rootDir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Test don't seem to run if the app's root path contains parentheses and testMatch's globs interpolate <rootDir>.

As an example, the following won't run any tests:

cd with-\(parens\)
npm install
npm test

However, this finds tests successfully:

cd without-parens
npm install
npm test

About

An example of a issue where Jest won't find any tests if parentheses exist in the rootDir.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published