strapi/scripts/front/package.json

9 lines
146 B
JSON
Raw Normal View History

{
"name": "scripts-front",
"private": true,
2023-04-19 14:54:40 +02:00
"version": "4.9.2",
"scripts": {
"test:front": "jest --config jest.config.front.js"
}
}