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:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user