-
Notifications
You must be signed in to change notification settings - Fork 98
Tests fail on name provided with options #133
Copy link
Copy link
Closed
Urigo/tortilla
#58Labels
Description
If one provides a name via the options, then existing tests will fail. This is due to the fact that the provided name circumvents the random name generation.
Tests must be fixed so that when using custom provided names, these files or directories will be cleaned up after each test run.
The failing tests are test/dir-sync-test.js and test/file-sync-test.js with the names having already been taken by test/dir-test.js and test/file-test.js.
Reactions are currently unavailable