From 69ee42e346afbb08191888f86f70a9a0273028ca Mon Sep 17 00:00:00 2001 From: Christopher Rose Date: Mon, 27 May 2019 13:55:22 +0530 Subject: [PATCH] Some comments --- test.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test.js b/test.js index e18d646..ab3b752 100644 --- a/test.js +++ b/test.js @@ -2,6 +2,9 @@ const chai = require('chai') const chai_http = require('chai-http') const testScript = require('./index') +//TESTING ONLY COVERS LS and CAT, / +// TODO: /file/mv + chai.use(chai_http)