mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-28 18:23:35 +00:00
test(plugins) options -> config
This commit is contained in:
parent
eb6a79cf97
commit
3721e6ab40
2 changed files with 12 additions and 11 deletions
|
|
@ -8,12 +8,8 @@ const config = {
|
|||
auth: false,
|
||||
};
|
||||
|
||||
const options = {
|
||||
config
|
||||
};
|
||||
|
||||
const {request} = require('serve-once')(cloudcmd, {
|
||||
options,
|
||||
config,
|
||||
});
|
||||
|
||||
test('cloudcmd: plugins', async (t) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue