diff options
author | Samy Pesse <samypesse@gmail.com> | 2016-02-11 18:18:33 +0100 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2016-02-11 18:18:33 +0100 |
commit | e7eed2abbe91fa44bd071819123bd9ea04d1702a (patch) | |
tree | db6290eec86c94cb31ab8d2eeb26fa7145c6c09e /test/mock.js | |
parent | 98a13cf487e3b2823cfde38ab1d1b8f97f614517 (diff) | |
download | gitbook-e7eed2abbe91fa44bd071819123bd9ea04d1702a.zip gitbook-e7eed2abbe91fa44bd071819123bd9ea04d1702a.tar.gz gitbook-e7eed2abbe91fa44bd071819123bd9ea04d1702a.tar.bz2 |
Complete conrefs in parsing
Diffstat (limited to 'test/mock.js')
-rw-r--r-- | test/mock.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/mock.js b/test/mock.js index 6d53ed8..1f7e7d5 100644 --- a/test/mock.js +++ b/test/mock.js @@ -5,7 +5,6 @@ var tmp = require('tmp'); var path = require('path'); var should = require('should'); -require('should-promised'); var Book = require('../').Book; var Output = require('../lib/output'); |