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 3333 "typescript" : " ^4.0.0" ,
3434 "unified" : " ^10.0.0" ,
3535 "unist-util-remove-position" : " ^4.0.0" ,
36- "xo" : " ^0.47 .0"
36+ "xo" : " ^0.48 .0"
3737 },
3838 "scripts" : {
3939 "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) => {
66 t . plan ( 2 )
77
88 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 ) )
1010
1111 t . plan ( 1 )
1212
@@ -63,7 +63,7 @@ test('remark-cli', (t) => {
6363 } )
6464
6565 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 ) )
6767
6868 t . plan ( 2 )
6969
You can’t perform that action at this time.
0 commit comments