Skip to content

Commit 85420d5

Browse files
committed
update testing
1 parent a281f0a commit 85420d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ describe('wxml-loader', () => {
108108
expect(result).toBe('<import src="/🦄.wxml" />');
109109
});
110110

111-
// TODO: https://github.com/kangax/html-minifier/issues/868
112111
test('should minimize work with <inline><block/></inline>', async () => {
113112
const code = '<span><div></div></span>';
114113
await compile(code, { minimize: true });

0 commit comments

Comments
 (0)