From 8dcd80ce6769e544ca94f561091c67cb5c3ee94f Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 22 Jan 2019 11:55:18 +0200 Subject: [PATCH] test(static) rm only --- test/static.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/static.js b/test/static.js index 0dd9e132..c02d9220 100644 --- a/test/static.js +++ b/test/static.js @@ -1,6 +1,6 @@ 'use strict'; -const test = require('tape'); +const test = require('supertape'); const criton = require('criton'); const cloudcmd = require('..'); @@ -13,7 +13,7 @@ const {request} = require('serve-once')(cloudcmd, { config, }); -test.only('cloudcmd: static', async (t) => { +test('cloudcmd: static', async (t) => { const name = 'package.json'; const {body} = await request.get(`/${name}`, { type: 'json',