mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature: cloudcmd: html-looks-like: remove
This commit is contained in:
parent
f0bc286aea
commit
61107329fc
2 changed files with 0 additions and 5 deletions
|
|
@ -177,7 +177,6 @@
|
|||
"globals": "^16.3.0",
|
||||
"gritty": "^8.0.0",
|
||||
"gunzip-maybe": "^1.3.1",
|
||||
"html-looks-like": "^1.0.2",
|
||||
"html-webpack-plugin": "^5.6.3",
|
||||
"inherits": "^2.0.3",
|
||||
"just-capitalize": "^3.2.0",
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ const fs = require('node:fs');
|
|||
|
||||
const tryCatch = require('try-catch');
|
||||
const test = require('supertape');
|
||||
const htmlLooksLike = require('html-looks-like');
|
||||
const readFilesSync = require('@cloudcmd/read-files-sync');
|
||||
|
||||
const {time, timeEnd} = require(`../../common/util`);
|
||||
|
|
@ -90,9 +89,6 @@ test('cloudfunc: render', (t) => {
|
|||
}
|
||||
|
||||
t.equal(result, Expect, 'should be equal rendered json data');
|
||||
|
||||
htmlLooksLike(result, Expect);
|
||||
|
||||
t.end();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue