mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
test(static) staatic -> static
This commit is contained in:
parent
47ff924184
commit
10ecf62ed5
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ const get = promisify((url, fn) => {
|
|||
fn(null, request(url));
|
||||
});
|
||||
|
||||
test('cloudcmd: staatic', (t) => {
|
||||
test('cloudcmd: static', (t) => {
|
||||
before({}, (port, after) => {
|
||||
const name = 'package.json';
|
||||
|
||||
|
|
@ -33,7 +33,7 @@ test('cloudcmd: staatic', (t) => {
|
|||
});
|
||||
});
|
||||
|
||||
test('cloudcmd: staatic: not found', (t) => {
|
||||
test('cloudcmd: static: not found', (t) => {
|
||||
before({}, (port, after) => {
|
||||
const name = Math.random();
|
||||
get(`http://localhost:${port}/${name}`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue