Running unit tests creates a folder of temporary files inside the project file tree, which are marked as new files for git.
To solve this, we can either create these files in the system temporary files directory or add the folder to the .gitignore file.
Running unit tests creates a folder of temporary files inside the project file tree, which are marked as new files for git. To solve this, we can either create these files in the system temporary files directory or add the folder to the .gitignore file.