mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Ensure test resource icons directory exists
This commit is contained in:
parent
d6c5f9b57f
commit
3ee98e730d
@ -161,7 +161,6 @@ describe('NodeRegistry', function() {
|
||||
|
||||
done();
|
||||
}).catch(function(e) {
|
||||
console.log(eventEmitSpy);
|
||||
done(e);
|
||||
}).finally(function() {
|
||||
eventEmitSpy.restore();
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user