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 b86253e commit f39cf38Copy full SHA for f39cf38
test/index.test.js
@@ -154,8 +154,8 @@ describe('trim option', () => {
154
});
155
156
157
-describe('corrupted styles', () => {
158
- it('copes with corrupted styles', () => {
+describe('invalid styles', () => {
+ it('copes with invalid styles', () => {
159
const html = '<p style="font - size: 1em">X</p>';
160
const options = {};
161
const reactElement = parse(html, options);
0 commit comments