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 16, 2023
1 parent 7615e27 commit f0b176e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/issues/242.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { parse } = require('@test/test-target');

describe.only('issue 242', function () {
describe('issue 242', function () {
it(`a.rawAttrs returns 'href="/" rel="home"' but a.getAttribute("href') returns undefined`, function () {
const html = `<div><a href="/" rel="home">Git Hub</a></div>`;
const root = parse(html);
Expand Down

0 comments on commit f0b176e

Please sign in to comment.