mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
8 lines
138 B
JavaScript
8 lines
138 B
JavaScript
/**
|
|
* @type {import('ts-jest/dist/types').InitialOptionsTsJest}
|
|
*/
|
|
module.exports = {
|
|
preset: 'ts-jest',
|
|
testEnvironment: 'node'
|
|
};
|