/
githubmirror
/
tailwindcss
Обзор
Документация
Войти
/
githubmirror
/
tailwindcss
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.4.19
integrations/package.json
18 строк
317 B
Robin Malfait
Setup integration tests (#5466)
14 сен 2021, 17:18
Не верифицирован
14 сен 2021, 17:18
516ba53
Код
Авторство
О чём код?
{ "name": "integrations", "private": true, "version": "0.0.0", "scripts": { "test": "jest --runInBand --forceExit" }, "jest": { "testTimeout": 30000, "projects": [ "<rootDir>/*/package.json" ] }, "devDependencies": { "isomorphic-fetch": "^3.0.0", "jest": "^26.6.3" } }