/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v5.41.0
jest.config.cli.js
18 строк
454 B
Ben Irvin
chore: move cli-tests to tests/cli
03 апр 2024, 12:56
Не верифицирован
03 апр 2024, 12:56
7b66962
Код
Авторство
О чём код?
'use strict'; module.exports = { displayName: 'CLI tests', testMatch: ['**/?(*.)+(spec|test).cli.(js|ts)'], testEnvironment: 'node', setupFilesAfterEnv: ['<rootDir>/../../../../tests/setup/jest-cli.setup.js'], coveragePathIgnorePatterns: [ '<rootDir>/dist/', '<rootDir>/node_modules/', '<rootDir>/out-tsc/', '<rootDir>/test/', ], transform: { '^.+\\.ts$': ['@swc/jest'], }, modulePathIgnorePatterns: ['.cache'], };