/
githubmirror
/
slo-tests
Обзор
Документация
Войти
/
githubmirror
/
slo-tests
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
reusable-workflow
nodejs/jest.config.js
13 строк
324 B
Ilya Shevchenko
feat: update RateLimiter and add tests for it
29 дек 2022, 15:23
29 дек 2022, 15:23
5730342
Код
Авторство
О чём код?
module.exports = { // globals: { // 'ts-jest': { // tsconfig: 'tsconfig-cjs.json' // } // }, roots: ['<rootDir>/tests'], transform: { '^.+\\.tsx?$': 'ts-jest', }, testRegex: '(/tests/.*|(\\.|/)(test|spec))\\.tsx?$', moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'], }