diff options
author | Samy Pesse <samypesse@gmail.com> | 2016-02-18 19:19:09 +0100 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2016-02-18 19:19:09 +0100 |
commit | f763e1dc4201f1593c1baf26697b175e96402442 (patch) | |
tree | ba46f4ede0460007825817b1cd800cb927ceadca /test | |
parent | ea13e3cec45ad2b52f9346914331c43d91000d17 (diff) | |
download | gitbook-f763e1dc4201f1593c1baf26697b175e96402442.zip gitbook-f763e1dc4201f1593c1baf26697b175e96402442.tar.gz gitbook-f763e1dc4201f1593c1baf26697b175e96402442.tar.bz2 |
Lint after travis tests
Diffstat (limited to 'test')
-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'); |