Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
this still doesn't work. see node-red#25
  • Loading branch information
aruediger authored Oct 24, 2018
1 parent 5767f6d commit 64b3f90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ describe('if `omg` in input message', function () {
const n1 = helper.getNode('n1')
n1.receive({omg: true});
n1.on('input', () => {
n1.warn.should.be.calledWithExactly('lolwtf');
n1.error.should.be.calledWithExactly('lolwtf');
done();
});
});
Expand Down Expand Up @@ -361,4 +361,4 @@ var logEvents = helper.log().args.filter(function(evt {

npm run examples

This runs tests on an included lower-case node (as above) as well as snaphots of some of the core nodes' Javascript files to ensure the helper is working as expected.
This runs tests on an included lower-case node (as above) as well as snaphots of some of the core nodes' Javascript files to ensure the helper is working as expected.

0 comments on commit 64b3f90

Please sign in to comment.