Skip to content

Commit

Permalink
fix: test code for issue 249
Browse files Browse the repository at this point in the history
  • Loading branch information
taoqf committed Sep 11, 2023
1 parent 5a0a795 commit 799ee31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/issues/249.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { parse } = require('@test/test-target');

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

0 comments on commit 799ee31

Please sign in to comment.