From 39934033b8fb91d33646174b8fe3e92f56fadec3 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 30 Nov 2016 17:22:46 +0200 Subject: [PATCH] chore(static) rm unused --- test/static.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/static.js b/test/static.js index b554e83d..91cfe88b 100644 --- a/test/static.js +++ b/test/static.js @@ -1,7 +1,5 @@ 'use strict'; -const path = require('path'); -const fs = require('fs'); const test = require('tape'); const promisify = require('es6-promisify'); const pullout = require('pullout'); @@ -36,8 +34,6 @@ test('cloudcmd: staatic', (t) => { }); test('cloudcmd: staatic: not found', (t) => { - const name = 'package.json'; - before({}, (port, after) => { const name = Math.random(); get(`http://localhost:${port}/${name}`)