mirror of
https://github.com/strapi/strapi.git
synced 2025-11-12 16:22:10 +00:00
add comment
This commit is contained in:
parent
09bd93e28d
commit
12f3bb794c
@ -103,6 +103,8 @@ describe('i18n - Content API', () => {
|
|||||||
data.categories.push(res.body);
|
data.categories.push(res.body);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// This tests is sensible to foreign keys deadlocks
|
||||||
|
// foreign keys deadlock example: https://gist.github.com/roustem/db2398aa38be0cc88364
|
||||||
test('all related locales', async () => {
|
test('all related locales', async () => {
|
||||||
let res;
|
let res;
|
||||||
for (const locale of ['ko', 'it', 'fr', 'es-AR']) {
|
for (const locale of ['ko', 'it', 'fr', 'es-AR']) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user