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