mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(static) rm unused
This commit is contained in:
parent
5a98059387
commit
39934033b8
1 changed files with 0 additions and 4 deletions
|
|
@ -1,7 +1,5 @@
|
|||
'use strict';
|
||||
|
||||
const path = require('path');
|
||||
const fs = require('fs');
|
||||
const test = require('tape');
|
||||
const promisify = require('es6-promisify');
|
||||
const pullout = require('pullout');
|
||||
|
|
@ -36,8 +34,6 @@ test('cloudcmd: staatic', (t) => {
|
|||
});
|
||||
|
||||
test('cloudcmd: staatic: not found', (t) => {
|
||||
const name = 'package.json';
|
||||
|
||||
before({}, (port, after) => {
|
||||
const name = Math.random();
|
||||
get(`http://localhost:${port}/${name}`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue