mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
test(cloudfunc) lint
This commit is contained in:
parent
9214bb4f31
commit
d08921bde3
1 changed files with 2 additions and 2 deletions
|
|
@ -105,9 +105,9 @@ test('cloudfunc: render', (t) => {
|
|||
console.log('buildFromJSON: Not OK');
|
||||
}
|
||||
|
||||
t.equal(Expect, result, 'should be equal rendered json data');
|
||||
t.equal(result, Expect, 'should be equal rendered json data');
|
||||
|
||||
htmlLooksLike(Expect, result);
|
||||
htmlLooksLike(result, Expect);
|
||||
|
||||
t.end();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue