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 45
45
"@japa/run-failed-tests" : " ^1.1.1" ,
46
46
"@japa/runner" : " ^2.5.1" ,
47
47
"@japa/spec-reporter" : " ^1.3.3" ,
48
- "@swc/core" : " ^1.3.50 " ,
48
+ "@swc/core" : " ^1.3.51 " ,
49
49
"@types/node" : " ^18.15.11" ,
50
50
"c8" : " ^7.13.0" ,
51
51
"cross-env" : " ^7.0.3" ,
64
64
},
65
65
"dependencies" : {
66
66
"@adonisjs/env" : " ^4.2.0-2" ,
67
- "@poppinss/chokidar-ts" : " ^4.1.0-2 " ,
67
+ "@poppinss/chokidar-ts" : " ^4.1.0-3 " ,
68
68
"@poppinss/cliui" : " ^6.1.1-2" ,
69
69
"@types/picomatch" : " ^2.3.0" ,
70
70
"cpy" : " ^9.0.1" ,
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ export class TestRunner {
213
213
port ,
214
214
this . #convertFiltersToArgs( {
215
215
...this . #options. filters ,
216
- files : [ relativePath . replace ( / \\ / g , '/' ) ] ,
216
+ files : [ relativePath ] ,
217
217
} ) ,
218
218
'blocking'
219
219
)
You can’t perform that action at this time.
0 commit comments