mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Update for node 4 testing.
Changes to .travis.yml Patch from @dceejay to make a test portable Patch from @dceejay to correct a case where an int was expected
This commit is contained in:
@@ -457,7 +457,7 @@ describe('file Nodes', function() {
|
||||
logEvents.should.have.length(1);
|
||||
logEvents[0][0].should.have.a.property('msg');
|
||||
//logEvents[0][0].msg.toString().should.equal("Error: ENOENT, open 'badfile'");
|
||||
logEvents[0][0].msg.toString().should.startWith("Error: ENOENT, open");
|
||||
logEvents[0][0].msg.toString().should.startWith("Error: ENOENT");
|
||||
done();
|
||||
},wait);
|
||||
n1.receive({payload:""});
|
||||
|
Reference in New Issue
Block a user