fix typo
authorJustin Wind <justin.wind+git@gmail.com>
Fri, 6 May 2022 22:34:33 +0000 (15:34 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Fri, 6 May 2022 22:34:33 +0000 (15:34 -0700)
test/stub-logger.js

index 5ac0b984fc33608c9860755e799ff8552049865d..6085928c1c2b817231dd182bcf6c3f1e557841ce 100644 (file)
@@ -12,7 +12,7 @@ stubLogger['_reset'] = () => {
   sinon.spy(stubLogger, 'debug');
   sinon.spy(stubLogger, 'error');
   sinon.spy(stubLogger, 'info');
-},
+};
 
 
 module.exports = stubLogger;
\ No newline at end of file