chore(package) rm eslint-plugin-tape

This commit is contained in:
coderaiser 2019-01-17 12:14:11 +02:00
parent 02f8d75273
commit d5d67b108f
3 changed files with 3 additions and 7 deletions

View file

@ -1,6 +1,6 @@
'use strict';
const test = require('supertape');
const test = require('tape');
const criton = require('criton');
const cloudcmd = require('..');
@ -13,7 +13,7 @@ const {request} = require('serve-once')(cloudcmd, {
config,
});
test('cloudcmd: static', async (t) => {
test.only('cloudcmd: static', async (t) => {
const name = 'package.json';
const {body} = await request.get(`/${name}`, {
type: 'json',