axios-cache-interceptor/jest.config.js
Hazork 70e5c07ff3 refactor: concurreny fixes and refactored deferred
Also changed format settings,
fixed AxiosResponse types
and coded more tests
2021-09-20 12:04:40 -03:00

8 lines
138 B
JavaScript

/**
* @type {import('ts-jest/dist/types').InitialOptionsTsJest}
*/
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node'
};