mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
e118814684
Delete the existing dir before copying the new dir over it incase its contents have changed. Delete & Copy directories before tests are run. On test runners the tests run in parallel so we can't write and clean up at the start and end of each test. Unless each test copys the data to a unique dir name. [This may be a better thing to do in the long run]