test(cloudfunc) lint

This commit is contained in:
coderaiser 2021-01-03 14:51:03 +02:00
parent 9214bb4f31
commit d08921bde3

View file

@ -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();
});