Skip to content

Commit

Permalink
fix: fix conflict texts
Browse files Browse the repository at this point in the history
  • Loading branch information
xile611 committed Dec 30, 2024
1 parent 8f67825 commit 3d880df
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions packages/vmind/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,41 +2,8 @@ const path = require('path');
const baseJestConfig = require('@internal/jest-config/jest.base');

module.exports = {
<<<<<<< Updated upstream
preset: 'ts-jest',
runner: 'jest-electron/runner',
testEnvironment: 'jest-electron/environment',
testMatch: ['<rootDir>/__tests__/unit/*.test.(js|ts)'],
silent: true,
globals: {
'ts-jest': {
isolatedModules: true,
resolveJsonModule: true,
esModuleInterop: true,
experimentalDecorators: true,
module: 'ESNext',
tsconfig: './tsconfig.test.json'
}
},
verbose: true,
collectCoverage: true,
coverageReporters: ['json-summary', 'lcov', 'text'],
coveragePathIgnorePatterns: ['node_modules', '__tests__', 'interface.ts', '.d.ts', 'typings', 'vite'],
collectCoverageFrom: [
'**/src/**',
'!**/cjs/**',
'!**/build/**',
'!**/esm/**',
'!**/node_modules/**',
'!**/__tests__/**',
'!**/types/**',
'!**/interface.ts',
'!**/vite/**'
]
=======
...baseJestConfig,
moduleNameMapper: {
...baseJestConfig.moduleNameMapper
}
>>>>>>> Stashed changes
};

0 comments on commit 3d880df

Please sign in to comment.