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 rest = require('.');
|
||||
const {
|
||||
_formatMsg,
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
'use strict';
|
||||
|
||||
const test = require('tape');
|
||||
const test = require('supertape');
|
||||
const info = require('./info');
|
||||
const stub = require('@cloudcmd/stub');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue