diff --git a/test/index.test.js b/test/index.test.js index e14fd23..71d9764 100644 --- a/test/index.test.js +++ b/test/index.test.js @@ -24,7 +24,7 @@ function infoify(info) { info[LEVEL] = info.level; info[MESSAGE] = info.message; return info; -}; +} describe('TransportStream', () => { it('should have the appropriate methods defined', () => {