Skip to content

Commit 799ee31

Browse files
committed
fix: test code for issue 249
1 parent 5a0a795 commit 799ee31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tests/issues/249.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const { parse } = require('@test/test-target');
22

3-
describe.only('issue 244', function () {
3+
describe('issue 249', function () {
44
it('br in innertext should turn into \\n', function () {
55
const html = `<div>Hello<br>World</div>`;
66
const root = parse(html);

0 commit comments

Comments
 (0)