salix-front/quasar.extensions.json

10 lines
193 B
JSON
Raw Normal View History

2022-03-11 10:25:30 +00:00
{
"@quasar/testing-unit-jest": {
"babel": "babelrc",
"options": ["scripts", "typescript"]
2022-03-11 13:05:16 +00:00
},
"@quasar/testing-e2e-cypress": {
"options": ["scripts"]
}
}