File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 177177 "globals" : " ^16.3.0" ,
178178 "gritty" : " ^8.0.0" ,
179179 "gunzip-maybe" : " ^1.3.1" ,
180- "html-looks-like" : " ^1.0.2" ,
181180 "html-webpack-plugin" : " ^5.6.3" ,
182181 "inherits" : " ^2.0.3" ,
183182 "just-capitalize" : " ^3.2.0" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ const fs = require('node:fs');
44
55const tryCatch = require ( 'try-catch' ) ;
66const test = require ( 'supertape' ) ;
7- const htmlLooksLike = require ( 'html-looks-like' ) ;
87const readFilesSync = require ( '@cloudcmd/read-files-sync' ) ;
98
109const { time, timeEnd} = require ( `../../common/util` ) ;
@@ -90,9 +89,6 @@ test('cloudfunc: render', (t) => {
9089 }
9190
9291 t . equal ( result , Expect , 'should be equal rendered json data' ) ;
93-
94- htmlLooksLike ( result , Expect ) ;
95-
9692 t . end ( ) ;
9793} ) ;
9894
You can’t perform that action at this time.
0 commit comments