Ensure test resource icons directory exists

This commit is contained in:
Nick O'Leary 2014-08-01 22:23:32 +01:00
parent d6c5f9b57f
commit 3ee98e730d
2 changed files with 3 additions and 1 deletions

View File

@ -161,7 +161,6 @@ describe('NodeRegistry', function() {
done();
}).catch(function(e) {
console.log(eventEmitSpy);
done(e);
}).finally(function() {
eventEmitSpy.restore();

View File

@ -0,0 +1,3 @@
This file exists just to ensure the 'icons' directory is in the repository.
TODO: a future test needs to ensure the right icon files are loaded - this
directory can be used for that