2 Star 3 Fork 0

Gitee 极速下载/mcp-playwright

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/executeautomation/mcp-playwright
Clone or Download
jest.config.cjs 672 Bytes
Copy Edit Raw Blame History
Karthik KK authored 2 months ago . Fixed the failing tests
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
collectCoverage: true,
coverageDirectory: 'coverage',
coverageReporters: ['text', 'lcov'],
collectCoverageFrom: [
'src/**/*.ts',
'!src/index.ts', // exclude index.ts
],
testMatch: [
'<rootDir>/src/__tests__/**/*.test.ts'
],
modulePathIgnorePatterns: [
"<rootDir>/docs/",
"<rootDir>/dist/"
],
moduleNameMapper: {
"^(.*)\\.js$": "$1"
},
transform: {
'^.+\\.tsx?$': ['ts-jest', {
useESM: true,
tsconfig: 'tsconfig.test.json'
}],
},
extensionsToTreatAsEsm: ['.ts'],
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/mirrors/mcp-playwright.git
git@gitee.com:mirrors/mcp-playwright.git
mirrors
mcp-playwright
mcp-playwright
main

Search