Skip to content

Commit

Permalink
fix: remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
taoqf committed Aug 21, 2023
1 parent 2d5bbcb commit d3980c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/issues/203.js
@@ -1,7 +1,7 @@
const { parse } = require('@test/test-target');

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

0 comments on commit d3980c5

Please sign in to comment.