mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
10 lines
252 B
JavaScript
10 lines
252 B
JavaScript
/* eslint-ignore */
|
|
|
|
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
|
|
module.exports = {
|
|
preset: 'ts-jest',
|
|
testEnvironment: 'node',
|
|
roots: ['<rootDir>/src', '<rootDir>/test'],
|
|
setupFilesAfterEnv: ['<rootDir>/test/setup.ts']
|
|
};
|