@zennomi/mangadex-full-api
Version:
A MangaDex api based around the official API.
11 lines (10 loc) • 319 B
JavaScript
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: 'ts-jest/presets/default',
testEnvironment: 'node',
collectCoverage: true,
coverageDirectory: 'coverage',
maxConcurrency: 2,
coveragePathIgnorePatterns: ['LegacyAuthClient', 'testutil'],
testTimeout: 60000,
};