mirror of
https://github.com/node-red/node-red.git
synced 2025-12-27 15:34:26 +01:00
Fix test case for local icon in library
This commit is contained in:
@@ -84,7 +84,7 @@ describe("runtime/library", function() {
|
|||||||
libs[0].should.have.property('id', 'local');
|
libs[0].should.have.property('id', 'local');
|
||||||
libs[0].should.have.property('label','editor:library.types.local');
|
libs[0].should.have.property('label','editor:library.types.local');
|
||||||
libs[0].should.have.property("user", false);
|
libs[0].should.have.property("user", false);
|
||||||
libs[0].should.have.property('icon', 'font-awesome/fa-hdd-o');
|
libs[0].should.have.property('icon', 'fa fa-hdd-o');
|
||||||
|
|
||||||
libs[1].should.have.property('id', 'examples');
|
libs[1].should.have.property('id', 'examples');
|
||||||
libs[1].should.have.property('label','editor:library.types.examples');
|
libs[1].should.have.property('label','editor:library.types.examples');
|
||||||
|
|||||||
Reference in New Issue
Block a user