mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
better tests for windows nodes
This commit is contained in:
@@ -133,7 +133,8 @@ describe('nodes/registry/installer', function() {
|
||||
done();
|
||||
}
|
||||
else {
|
||||
err.message.should.eql("Install failed");
|
||||
console.log("ERRROR::"+err.toString()+"::");
|
||||
err.toString().should.eql("Error: Install failed");
|
||||
done();
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user