I've noticed a huge amount of disk space being used recently and finally did some investigating. I found out that I have over 200 GB in the following directory:
C:\Users\compUser\AppData\Local\Temp\nunit20\ShadowCopyCache
Should I delete this data directly? Or is there a function in NUnit to do some sort of clean up for this Shadow Copy Directory that automates this process and doesn't have the potential to break anything?
Updating based on answer:
Open your favorite command prompt application, navigate to the NUnit directory and run the following command:
nunit.exe /cleanup
Depending how large the Shadow Cache is, it could take some time to finish.