/
githubmirror
/
nest
Обзор
Документация
Войти
/
githubmirror
/
nest
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/testing/index.ts
11 строк
237 B
maxktz
chore: update copyright years 2025
03 янв 2025, 23:30
03 янв 2025, 23:30
9267472
Код
Авторство
О чём код?
/* * Nest @testing * Copyright(c) 2017 - 2025 Kamil Mysliwiec * https://nestjs.com * MIT Licensed */ export * from './interfaces'; export * from './test'; export * from './testing-module'; export * from './testing-module.builder';