Skip to content

Commit 6858c01

Browse files
authored
chore: Update all dependencies and regenerate lock file; Resolve lint issues from eslint-config-yscope@1.1.2. (y-scope#398)
1 parent c106ace commit 6858c01

File tree

10 files changed

+2680
-2940
lines changed

10 files changed

+2680
-2940
lines changed

jest.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import * as os from "node:os";
2-
import * as pathPosix from "node:path/posix";
32

43
import type {Config} from "jest";
54

@@ -57,7 +56,7 @@ const JEST_CONFIG: Config = {
5756
],
5857
showSeed: true,
5958
testMatch: [
60-
pathPosix.join(__dirname, "test/**/?(*)test.{ts,tsx}"),
59+
"<rootDir>/test/**/?(*)test.{ts,tsx}",
6160
],
6261
testTimeout: 5000,
6362
transform: {

0 commit comments

Comments
 (0)