mirror of
https://github.com/strapi/strapi.git
synced 2026-01-05 19:52:15 +00:00
* chore: add test utils * test(upload): fix useModalQueryParams * test(upload): fix TableRows * test(upload): fix useConfig test * test(upload): fix useFolder tests * test(upload): fix useFolders test * test(upload): fix SettingsPage tests * test(upload): fix UploadAssetDialog tests * test(upload): fix CarouselAssets tests
9 lines
110 B
JSON
9 lines
110 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@tests/*": ["./admin/tests/*"]
|
|
}
|
|
}
|
|
}
|