Skip to content

Commit 013784f

Browse files
itsmeakhilclaude
andcommitted
fix: resolve merge conflicts in redis-commander and package.json
- Resolve merge conflicts in package.json (test:watch script) - Resolve merge conflicts in jest.config.js - Resolve merge conflicts in search-utils.ts (keep HEAD version with integrated types) - Resolve merge conflicts in types.ts (keep SearchState interface) - Resolve merge conflicts in search-utils.test.ts (keep HEAD test suite) - Remove git merge conflict markers Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
1 parent 3917cfc commit 013784f

5 files changed

Lines changed: 5 additions & 566 deletions

File tree

apps/web/jest.config.js

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<<<<<<< HEAD
21
// eslint-disable-next-line @typescript-eslint/no-require-imports
32
const nextJest = require('next/jest')
43

@@ -23,17 +22,3 @@ const customJestConfig = {
2322
// createJestConfig is exported this way to ensure that next/jest can load the Next.js config which is async
2423
// eslint-disable-next-line @typescript-eslint/no-require-imports
2524
module.exports = createJestConfig(customJestConfig)
26-
=======
27-
module.exports = {
28-
preset: 'ts-jest',
29-
testEnvironment: 'node',
30-
roots: ['<rootDir>/src'],
31-
testMatch: ['**/__tests__/**/*.test.ts', '**/__tests__/**/*.test.tsx'],
32-
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
33-
collectCoverageFrom: [
34-
'src/**/*.{ts,tsx}',
35-
'!src/**/*.d.ts',
36-
'!src/**/__tests__/**',
37-
],
38-
};
39-
>>>>>>> 225d711942b1e1bfa9de978da2b96b412a61198a

apps/web/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@
99
"start": "next start",
1010
"lint": "eslint .",
1111
"test": "jest",
12-
<<<<<<< HEAD
1312
"test:watch": "jest --watch",
14-
=======
15-
>>>>>>> 225d711942b1e1bfa9de978da2b96b412a61198a
1613
"clean-install": "rimraf node_modules && pnpm install --filter @mydevtools/web..."
1714
},
1815
"dependencies": {

0 commit comments

Comments
 (0)