We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a281f0a commit 85420d5Copy full SHA for 85420d5
test/test.js
@@ -108,7 +108,6 @@ describe('wxml-loader', () => {
108
expect(result).toBe('<import src="/🦄.wxml" />');
109
});
110
111
- // TODO: https://github.com/kangax/html-minifier/issues/868
112
test('should minimize work with <inline><block/></inline>', async () => {
113
const code = '<span><div></div></span>';
114
await compile(code, { minimize: true });
0 commit comments