linting is important

This commit is contained in:
Shelley Vohr 2017-11-16 00:08:18 -05:00
parent e5983eacd6
commit c8b544a47d
No known key found for this signature in database
GPG key ID: F13993A75599653C

View file

@ -39,4 +39,4 @@ describe.only('CallbacksRegistry module', () => {
const afterCB = registry.get(1)
assert.equal(afterCB.toString(), 'function () {}')
})
})
})