Skip to content

Commit 77932a0

Browse files
committed
Update xo
1 parent ac15c85 commit 77932a0

File tree

6 files changed

+5
-7
lines changed

6 files changed

+5
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"tape": "^5.0.0",
5555
"type-coverage": "^2.0.0",
5656
"typescript": "^4.0.0",
57-
"xo": "^0.39.0"
57+
"xo": "^0.42.0"
5858
},
5959
"scripts": {
6060
"prepack": "npm run build && npm run format",

test/element.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import test from 'tape'
22
import parse5 from 'parse5'
3-
import {json} from './json.js'
43
import {toParse5} from '../index.js'
4+
import {json} from './json.js'
55

66
test('element', (t) => {
77
t.test('should transform elements', (st) => {

test/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
'use strict'
2-
31
/* eslint-disable import/no-unassigned-import */
42

53
import './root.js'

test/position.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import test from 'tape'
22
import parse5 from 'parse5'
3-
import {json} from './json.js'
43
import {toParse5} from '../index.js'
4+
import {json} from './json.js'
55

66
test('position', (t) => {
77
const actual = toParse5({

test/root.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import test from 'tape'
22
import parse5 from 'parse5'
3-
import {json} from './json.js'
43
import {toParse5} from '../index.js'
4+
import {json} from './json.js'
55

66
test('root', (t) => {
77
t.test('should transform a root (quirks)', (st) => {

test/svg.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import test from 'tape'
22
import parse5 from 'parse5'
3-
import {json} from './json.js'
43
import {toParse5} from '../index.js'
4+
import {json} from './json.js'
55

66
test('svg', (t) => {
77
t.test('should transform SVG in HTML', (st) => {

0 commit comments

Comments
 (0)