mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-28 18:23:35 +00:00
chore(package) rm eslint-plugin-tape
This commit is contained in:
parent
02f8d75273
commit
d5d67b108f
3 changed files with 3 additions and 7 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue