UNPKG

afdian

Version:

爱发电 SDK for Node.js and Browser

17 lines (15 loc) 379 B
const path = require('path'); module.exports = { rootDir: path.resolve(__dirname), preset: 'ts-jest', verbose: true, coverageReporters: ['text', 'lcov', 'html'], testMatch: ['**/test/**/*.(spec|test).[jt]s?(x)'], coveragePathIgnorePatterns: ['/node_modules/', '/test/'], testTimeout: 6e4, globals: { 'ts-jest': { tsconfig: 'tsconfig.json' } } };