Skip to content

Commit b1b70c9

Browse files
committed
chore: update dependencies
1 parent f0c2896 commit b1b70c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@japa/run-failed-tests": "^1.1.1",
4646
"@japa/runner": "^2.5.1",
4747
"@japa/spec-reporter": "^1.3.3",
48-
"@swc/core": "^1.3.50",
48+
"@swc/core": "^1.3.51",
4949
"@types/node": "^18.15.11",
5050
"c8": "^7.13.0",
5151
"cross-env": "^7.0.3",
@@ -64,7 +64,7 @@
6464
},
6565
"dependencies": {
6666
"@adonisjs/env": "^4.2.0-2",
67-
"@poppinss/chokidar-ts": "^4.1.0-2",
67+
"@poppinss/chokidar-ts": "^4.1.0-3",
6868
"@poppinss/cliui": "^6.1.1-2",
6969
"@types/picomatch": "^2.3.0",
7070
"cpy": "^9.0.1",

src/test_runner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ export class TestRunner {
213213
port,
214214
this.#convertFiltersToArgs({
215215
...this.#options.filters,
216-
files: [relativePath.replace(/\\/g, '/')],
216+
files: [relativePath],
217217
}),
218218
'blocking'
219219
)

0 commit comments

Comments
 (0)