We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d5bbcb commit d3980c5Copy full SHA for d3980c5
test/tests/issues/203.js
@@ -1,7 +1,7 @@
1
const { parse } = require('@test/test-target');
2
3
// https://github.com/taoqf/node-html-parser/issues/203
4
-describe.only('issue 203', function () {
+describe('issue 203', function () {
5
it('code element should not be null', function () {
6
const root = parse(`<html><body><pre><code class="language-typescript">type Foo = { foo: 'bar' }</code></pre></body></html>`, {
7
blockTextElements: {
0 commit comments