Actualiza la documentación para reflejar el cambio de Express a Fastify en el backend y ajusta las notas de la PoC en lecciones aprendidas.

This commit is contained in:
2026-02-07 19:10:06 +01:00
parent ddbe59ead6
commit b95c7366be
7 changed files with 533 additions and 10 deletions

View File

@@ -24,7 +24,7 @@ test.describe('Docs content checks', () => {
test('lessons-learned contains PoC and license compatibility note', async () => {
const file = await fs.readFile(path.join(docsDir, 'lessons-learned.md'), 'utf-8');
expect(file).toContain(
'PoC propuesta: Backend mínimo (Node/Express) que implemente search IGDB + RAWG y cache LRU de 24h'
'PoC propuesta: Backend mínimo (Node/Fastify) que implemente search IGDB + RAWG y cache LRU de 24h'
);
expect(file).toContain('compatibilidad de licencias');
expect(file).toContain('Fuentes');