Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions .oxlintrc.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,4 @@
"rules": {
"react/react-in-jsx-scope": "off",
},
"overrides": [
{
// These suites use assertion helpers and no-throw checks, which trip Jest's static
// expect detection without indicating a real test quality problem here.
"files": ["__test__/**/*.{ts,tsx}"],
"rules": {
"jest/expect-expect": "off",
},
},
{
// The parser fixture strings make dynamic test titles more readable than duplicated
// literal prefixes.
"files": ["__test__/parser.test.ts"],
"rules": {
"jest/valid-title": "off",
},
},
],
}
191 changes: 0 additions & 191 deletions __test__/Interpolate.test.tsx

This file was deleted.

24 changes: 0 additions & 24 deletions jest.config.cjs

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"noEmit": true,
"types": ["node", "react"]
},
"files": ["package-types.cts"]
"files": ["./types.cts"]
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"noEmit": true,
"types": ["node", "react"]
},
"files": ["package-types.mts"]
"files": ["./types.mts"]
}
File renamed without changes.
File renamed without changes.
Loading
Loading