Skip to content

Commit

Permalink
remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
taoqf committed Apr 15, 2021
1 parent 70dfe8a commit 558d762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/48.js
@@ -1,6 +1,6 @@
const { parse } = require('../dist');

describe.only('issue 48', function () {
describe('issue 48', function () {
it('get decoded text', function () {
const root = parse('<div>The king&#39;s hat is on fire!</div>');
const div = root.querySelector('div');
Expand Down

0 comments on commit 558d762

Please sign in to comment.