diff options
Diffstat (limited to 'test/mock.js')
-rw-r--r-- | test/mock.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/mock.js b/test/mock.js index f9cc657..b075f2c 100644 --- a/test/mock.js +++ b/test/mock.js @@ -1,3 +1,5 @@ +/* eslint-disable no-console */ + var Q = require('q'); var _ = require('lodash'); var tmp = require('tmp'); |