mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
test(static) rm only
This commit is contained in:
parent
653a7bf2fa
commit
8dcd80ce67
1 changed files with 2 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue