Skip to content

gwyneplaine/jest-bug-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This is a simple test to illustrate the bug identified in versions of jest >= 21.0.0.

Simply run yarn install and then jest. You will notice that our test fails with a custom resolver specified in our package.json.

Removing this reference in our package.json and then running jest, you will notice that the tests now pass.

Additionally, downgrading to [email protected] (the previous version of jest), and running jest with a custom resolver, you will notice that the tests still pass.

About

Sandbox of jest bug in jest@^21.0.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published