Skip to content

Commit d3980c5

Browse files
committed
fix: remove test code
1 parent 2d5bbcb commit d3980c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tests/issues/203.js

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

33
// https://github.com/taoqf/node-html-parser/issues/203
4-
describe.only('issue 203', function () {
4+
describe('issue 203', function () {
55
it('code element should not be null', function () {
66
const root = parse(`<html><body><pre><code class="language-typescript">type Foo = { foo: 'bar' }</code></pre></body></html>`, {
77
blockTextElements: {

0 commit comments

Comments
 (0)