From ffc120a037491b9cbcff0ab6de81273e8a11f470 Mon Sep 17 00:00:00 2001 From: David Dias Date: Wed, 1 Feb 2017 22:13:12 +0000 Subject: [PATCH] fix: lint --- test/cli/commands.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/cli/commands.js b/test/cli/commands.js index 8ab5a16137..1a7c622add 100644 --- a/test/cli/commands.js +++ b/test/cli/commands.js @@ -2,8 +2,6 @@ 'use strict' const expect = require('chai').expect -const repoPath = require('./index').repoPath -const ipfsBase = require('../utils/ipfs-exec') const runOnAndOff = require('../utils/on-and-off') const commandCount = 61