Skip to content

Commit f39cf38

Browse files
committed
fix: rename unit test per feedback
1 parent b86253e commit f39cf38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/index.test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ describe('trim option', () => {
154154
});
155155
});
156156

157-
describe('corrupted styles', () => {
158-
it('copes with corrupted styles', () => {
157+
describe('invalid styles', () => {
158+
it('copes with invalid styles', () => {
159159
const html = '<p style="font - size: 1em">X</p>';
160160
const options = {};
161161
const reactElement = parse(html, options);

0 commit comments

Comments
 (0)