Настроить тестовую инфраструктуру (Jest) #106

Open
opened 2026-06-17 19:44:48 +00:00 by NW · 0 comments
Owner

Задачи

  • Установить Jest + jest-environment-node
  • Создать jest.config.js
  • Создать src/tests/setup.js — тестовая БД в памяти
  • Создать src/tests/helpers/ — моки и фабрики
  • Скрипты: test, test:watch, test:coverage
  • Coverage threshold: 60%
  • Пример: config.test.js

Приоритет: ВЫСОКИЙ

## Задачи - [ ] Установить Jest + jest-environment-node - [ ] Создать jest.config.js - [ ] Создать src/__tests__/setup.js — тестовая БД в памяти - [ ] Создать src/__tests__/helpers/ — моки и фабрики - [ ] Скрипты: test, test:watch, test:coverage - [ ] Coverage threshold: 60% - [ ] Пример: config.test.js ## Приоритет: ВЫСОКИЙ
NW added this to the Phase 5: Testing & Quality milestone 2026-06-17 19:44:48 +00:00
NW added the priority::hightype::testingphase::5 labels 2026-06-17 19:44:48 +00:00
Sign in to join this conversation.