bump package version to 1.0.3
[squeep-test-helper] / lib / stub-logger.js
index c1a477919edc4123ac953b04ad92651533aa5943..32e02903f2d4093c0969b2b549eaac2da76bdaeb 100644 (file)
@@ -1,6 +1,6 @@
 'use strict';
 
-const sinon = require('sinon'); // eslint-disable-line node/no-unpublished-require
+const sinon = require('sinon');
 
 const nop = () => undefined;