diff --git a/package.json b/package.json index 0cadbd4c1..a64db3f7e 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "typescript": "^4.0.0", "unified": "^10.0.0", "unist-util-remove-position": "^4.0.0", - "xo": "^0.47.0" + "xo": "^0.48.0" }, "scripts": { "build": "npm run build --workspaces && rimraf \"*.d.ts\" \"{test,script}/**/*.d.ts\" && tsc && type-coverage", diff --git a/packages/remark-cli/test.js b/packages/remark-cli/test.js index 4cddd6576..1d4df92c4 100644 --- a/packages/remark-cli/test.js +++ b/packages/remark-cli/test.js @@ -6,7 +6,7 @@ test('remark-cli', (t) => { t.plan(2) t.test('should show help on `--help`', (t) => { - const bin = fileURLToPath(new URL('./cli.js', import.meta.url)) + const bin = fileURLToPath(new URL('cli.js', import.meta.url)) t.plan(1) @@ -63,7 +63,7 @@ test('remark-cli', (t) => { }) t.test('should show version on `--version`', (t) => { - const bin = fileURLToPath(new URL('./cli.js', import.meta.url)) + const bin = fileURLToPath(new URL('cli.js', import.meta.url)) t.plan(2)