/
githubmirror
/
meteor
Обзор
Документация
Войти
/
githubmirror
/
meteor
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
devel
tools/unit-tests/package.json
16 строк
384 B
Nacho Codoñer
update `jest.config.js` to include additional path ignores and add `semver` and `underscore` dependencies
06 мар 2026, 13:51
06 мар 2026, 13:51
00cd014
Код
Авторство
О чём код?
{ "name": "meteor-unit-tests", "version": "1.0.0", "private": true, "description": "Isolated Jest environment for Meteor unit tests", "scripts": { "test": "jest --config jest.config.js --passWithNoTests" }, "devDependencies": { "@swc/core": "^1.15.18", "@swc/jest": "^0.2.39", "jest": "^30.2.0", "semver": "^7.7.2", "underscore": "^1.13.7" } }