test(static) rm only

This commit is contained in:
coderaiser 2019-01-22 11:55:18 +02:00
parent 653a7bf2fa
commit 8dcd80ce67

View file

@ -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',