npm/git

[BUG] npm run test leaves a test/is-clean folder behind, on Windows, after running

Closed this issue · 0 comments

What / Why

npm run test leaves a test/is-clean folder behind, on Windows, after running

When

  • n/a

Where

  • n/a

How

  • n/a

Current Behavior

Git cloning the repository on Windows and running npm run test leaves a test/is-clean folder behind even when the test is successful.

Steps to Reproduce

On a Windows machine execute the following commands:

mkdir tests
cd tests
git clone git@github.com:npm/git.git git
cd git
npm install
npm run test

Expected Behavior

npm run test should leave no temporary folder after a successful run