Skip to content
This repository has been archived by the owner on Mar 12, 2019. It is now read-only.

Repository for reproducing a bug in `jest-changed-files`

Notifications You must be signed in to change notification settings

jumoel/jest-changed-files-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repository for reproducing a bug in jest-changed-files.

How to reproduce:

$ git clone https://github.com/jumoel/jest-changed-files-bug
$ cd jest-changed-files-bug && yarn && node index.js

Verify that lines from the commit message are present in the output:

{ changedFiles:
   Set {
     '~/test/another line',
     '~/test/yet another one',
     '~/test/.gitignore',
     '~/test/index.js',
     '~/test/package.json',
     '~/test/yarn.lock' },
  repos: { git: Set { '~/test' }, hg: Set {} } }

About

Repository for reproducing a bug in `jest-changed-files`

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published