Skip to content

Commit

Permalink
fix: support app.debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tkurki committed Aug 20, 2019
1 parent b2c8829 commit 2b48ee2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/battery_status_127508.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ describe('Battery status 127508', function () {

const app = new Server().app
app.providerStatistics = []
app.debug = (x) => console.log(x)
const n2kSpy = sinon.spy()
app.on('nmea2000out', n2kSpy)
setTimeout(() => {
Expand Down

0 comments on commit 2b48ee2

Please sign in to comment.