mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
test(rest) rm autoGlobals
This commit is contained in:
parent
aac1c7ad43
commit
e6774023ce
1 changed files with 2 additions and 4 deletions
|
|
@ -1,9 +1,6 @@
|
|||
'use strict';
|
||||
|
||||
const autoGlobals = require('auto-globals');
|
||||
const tape = autoGlobals(require('supertape'));
|
||||
|
||||
const test = autoGlobals(tape);
|
||||
const test = require('supertape');
|
||||
const rest = require('./rest');
|
||||
|
||||
test('cloudcmd: client: rest: replaceHash', (t) => {
|
||||
|
|
@ -15,3 +12,4 @@ test('cloudcmd: client: rest: replaceHash', (t) => {
|
|||
t.equal(result, expected, 'should equal');
|
||||
t.end();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue