mirror of https://github.com/node-red/node-red.git
Add line/col report test
parent
ae7f1b38a8
commit
8451c29a25
|
@ -146,7 +146,7 @@ describe('function node', function() {
|
|||
msg.should.have.property('level', helper.log().ERROR);
|
||||
msg.should.have.property('id', 'n1');
|
||||
msg.should.have.property('type', 'function');
|
||||
msg.should.have.property('msg', 'ReferenceError: retunr is not defined');
|
||||
msg.should.have.property('msg', 'ReferenceError: retunr is not defined (line 1, col 1)');
|
||||
done();
|
||||
} catch(err) {
|
||||
done(err);
|
||||
|
|
Loading…
Reference in New Issue