mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(package) tape -> supertape
This commit is contained in:
parent
64bf5681e8
commit
74d56f795d
44 changed files with 47 additions and 55 deletions
|
|
@ -1,6 +1,6 @@
|
|||
'use strict';
|
||||
|
||||
const test = require('tape');
|
||||
const test = require('supertape');
|
||||
const stub = require('@cloudcmd/stub');
|
||||
|
||||
const btoa = require('../../common/btoa');
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ const CloudFuncPath = COMMONDIR + 'cloudfunc';
|
|||
|
||||
const CloudFunc = require(CloudFuncPath);
|
||||
|
||||
const test = require('tape');
|
||||
const test = require('supertape');
|
||||
const {reRequire} = require('mock-require');
|
||||
|
||||
const htmlLooksLike = require('html-looks-like');
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
'use strict';
|
||||
|
||||
const test = require('tape');
|
||||
const test = require('supertape');
|
||||
const entity = require('../../common/entity');
|
||||
|
||||
test('cloudcmd: entity: encode', (t) => {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
'use strict';
|
||||
|
||||
const test = require('tape');
|
||||
const test = require('supertape');
|
||||
const {reRequire} = require('mock-require');
|
||||
const DIR = '../../';
|
||||
const UtilPath = DIR + 'common/util';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue