File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
33
"typescript" : " ^4.0.0" ,
34
34
"unified" : " ^10.0.0" ,
35
35
"unist-util-remove-position" : " ^4.0.0" ,
36
- "xo" : " ^0.47 .0"
36
+ "xo" : " ^0.48 .0"
37
37
},
38
38
"scripts" : {
39
39
"build" : " npm run build --workspaces && rimraf \" *.d.ts\" \" {test,script}/**/*.d.ts\" && tsc && type-coverage" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ test('remark-cli', (t) => {
6
6
t . plan ( 2 )
7
7
8
8
t . test ( 'should show help on `--help`' , ( t ) => {
9
- const bin = fileURLToPath ( new URL ( './ cli.js' , import . meta. url ) )
9
+ const bin = fileURLToPath ( new URL ( 'cli.js' , import . meta. url ) )
10
10
11
11
t . plan ( 1 )
12
12
@@ -63,7 +63,7 @@ test('remark-cli', (t) => {
63
63
} )
64
64
65
65
t . test ( 'should show version on `--version`' , ( t ) => {
66
- const bin = fileURLToPath ( new URL ( './ cli.js' , import . meta. url ) )
66
+ const bin = fileURLToPath ( new URL ( 'cli.js' , import . meta. url ) )
67
67
68
68
t . plan ( 2 )
69
69
You can’t perform that action at this time.
0 commit comments