Skip to content

Commit

Permalink
remove test.skip
Browse files Browse the repository at this point in the history
  • Loading branch information
taoqf committed Dec 14, 2022
1 parent b7066f6 commit c6c2c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/issues/224.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const fs = require('fs');
const { parse } = require('@test/test-target');

describe.only('issue 224', function () {
describe('issue 224', function () {
it('query', function () {
const html = fs.readFileSync(__dirname + '/../../assets/html/melon.html', 'utf-8');
const root = parse(html);
Expand Down

0 comments on commit c6c2c58

Please sign in to comment.