1 parent b927298 commit 52484a1Copy full SHA for 52484a1
1 file changed
src/data/testing.ts
@@ -268,14 +268,14 @@ export const PIRAMIDE: EstratoPiramide[] = [
268
{
269
id: 'integracion',
270
nombre: 'Integración',
271
- tests: 98,
+ tests: 102,
272
velocidad: 'segundos',
273
proposito: 'Base de datos real y desechable: transacciones, UNIQUE y concurrencia de verdad.',
274
},
275
276
id: 'unitario',
277
nombre: 'Unitarias',
278
- tests: 696,
+ tests: 724,
279
velocidad: 'milisegundos',
280
proposito: 'Lógica pura, sin BD ni red. Baratas: por eso son la mayoría.',
281
0 commit comments