mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(validate) rm unused config
This commit is contained in:
parent
bb5898835d
commit
4c4ec32261
1 changed files with 0 additions and 4 deletions
|
|
@ -30,10 +30,6 @@ test('validate: root: bad', (t) => {
|
|||
});
|
||||
|
||||
test('validate: root: config', (t) => {
|
||||
const config = {
|
||||
root: Math.random()
|
||||
};
|
||||
|
||||
const configFn = stub()
|
||||
.returns(true);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue