We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0bc286 commit 6110732Copy full SHA for 6110732
2 files changed
package.json
@@ -177,7 +177,6 @@
177
"globals": "^16.3.0",
178
"gritty": "^8.0.0",
179
"gunzip-maybe": "^1.3.1",
180
- "html-looks-like": "^1.0.2",
181
"html-webpack-plugin": "^5.6.3",
182
"inherits": "^2.0.3",
183
"just-capitalize": "^3.2.0",
test/common/cloudfunc.js
@@ -4,7 +4,6 @@ const fs = require('node:fs');
4
5
const tryCatch = require('try-catch');
6
const test = require('supertape');
7
-const htmlLooksLike = require('html-looks-like');
8
const readFilesSync = require('@cloudcmd/read-files-sync');
9
10
const {time, timeEnd} = require(`../../common/util`);
@@ -90,9 +89,6 @@ test('cloudfunc: render', (t) => {
90
89
}
91
92
t.equal(result, Expect, 'should be equal rendered json data');
93
-
94
- htmlLooksLike(result, Expect);
95
96
t.end();
97
});
98
0 commit comments