mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-17 16:38:18 +00:00
chore: cloudcmd: actions: lint ☘️
This commit is contained in:
parent
fec5538f01
commit
e4ff4a78cc
1 changed files with 4 additions and 2 deletions
|
|
@ -250,9 +250,11 @@ test('cloudfunc: getTitle: no options', (t) => {
|
|||
});
|
||||
|
||||
test('cloudfunc: getTitle: with name', (t) => {
|
||||
const result = getTitle({name: 'MyName'});
|
||||
const result = getTitle({
|
||||
name: 'MyName',
|
||||
});
|
||||
|
||||
t.ok(result.includes('MyName'), 'should return title with name');
|
||||
t.match(result, 'MyName', 'should return title with name');
|
||||
t.end();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue