代码拉取完成,页面将自动刷新
import { type Config } from 'jest';
const config: Config = {
moduleNameMapper: {
'@react-pdf-viewer/core': '<rootDir>/packages/core/src',
'@react-pdf-viewer/default-layout': '<rootDir>/packages/default-layout/src',
// In order to load the PDF document in node, we use the ES5 build
// For pdfjs-dist 2.7.570+
'pdfjs-dist': '<rootDir>/node_modules/pdfjs-dist/legacy/build/pdf',
// For pdfjs-dist 2.6.347
// 'pdfjs-dist': '<rootDir>/node_modules/pdfjs-dist/es5/build/pdf',
// Polyfill `Path2D` required by pdfjs
'path2d-polyfill': '<rootDir>/node_modules/path2d-polyfill',
},
setupFilesAfterEnv: ['<rootDir>/__setups__/setupTests.ts'],
testEnvironment: 'jsdom',
// Uncomment the `testMatch` option when we want to run a specific test case
// testMatch: ['<rootDir>/packages/thumbnail/__tests__/coverWidth.test.tsx'],
testRegex: ['(/__tests__/.*|(\\.|/)(test|spec))\\.tsx$'],
testTimeout: 20 * 1000, // 20s
transform: {
'^.+\\.tsx?$': 'ts-jest',
},
verbose: true,
};
export default config;
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。