Open

Description
Summary
Often when running heft test
in a terminal, we get the following error when Jest test are running:
We don't get this error when running the tests via GitHub Actions. It seems to only present itself when there is another local process locking file permissions. In our particular case, we run GitKraken. Closing this and re-running the tests seems to resolve the issue.
Repro steps
- Run GitKraken and open the repo that contains the tests
- Run
heft test --clean
- Wait for the tests to run and reproduce the above error
Standard questions
Please answer these questions to help us investigate your issue more quickly:
Question | Answer |
---|---|
@rushstack/heft version? |
0.34.3 |
Operating system? | Windows 10 |
Would you consider contributing a PR? | Yes |
Node.js version (node -v )? |
12.16.1 |
Metadata
Metadata
Assignees
Type
Projects
Status
Needs Investigation