Skip to content

Commit 4c2390e

Browse files
committed
Update dev-dependencies
1 parent 1556219 commit 4c2390e

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"tape": "^5.0.0",
5959
"tinyify": "^3.0.0",
6060
"unist-builder": "^2.0.0",
61-
"xo": "^0.34.0"
61+
"xo": "^0.35.0"
6262
},
6363
"scripts": {
6464
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",

test/matches.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1257,10 +1257,7 @@ test('select.matches()', function (t) {
12571257
t.test(':root', function (t) {
12581258
t.ok(matches(':root', h('html')), 'true if `<html>` in HTML space')
12591259

1260-
t.notOk(
1261-
matches(':root', h('div')),
1262-
'false if not `<html>` in HTML space'
1263-
)
1260+
t.notOk(matches(':root', h('div')), 'false if not `<html>` in HTML space')
12641261

12651262
t.ok(matches(':root', s('svg'), 'svg'), 'true if `<svg>` in SVG space')
12661263

0 commit comments

Comments
 (0)