/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
tests/migration/fixture/checks/entity-graph.ts
11 строк
288 B
Ben Irvin
test(migration): version migration testing framework (#26060)
06 авг 2026, 15:39
Не верифицирован
06 авг 2026, 15:39
ac0c928
Код
Авторство
О чём код?
const { validateEntityGraph } = require('../check-impl'); type Strapi = import('@strapi/types').Core.Strapi; module.exports = { id: 'entityGraph', title: 'Components/dynamic zones/media', async run({ strapi }: { strapi: Strapi }) { return validateEntityGraph(strapi); }, };