-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.55 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "adventjs-2024",
"version": "1.0.0",
"description": "Soluciones a los retos del AdvnetJS 2024",
"main": "index.js",
"scripts": {
"test": "jest --verbose",
"test:1": "jest -i retos/01_primer_regalo",
"test:2": "jest -i retos/02_enmarcando_nombres",
"test:3": "jest -i retos/03_orgianizando_inventario",
"test:4": "jest -i retos/04_decorando_arbol",
"test:5": "jest -i retos/05_emparejando_botas",
"test:6": "jest -i retos/06_regalos_caja",
"test:7": "jest -i retos/07_ataque_grinch",
"test:8": "jest -i retos/08_carrera_renos",
"test:9": "jest -i retos/09_tren_magico",
"test:10": "jest -i retos/10_ensamblador",
"test:11": "jest -i retos/11_archivos_codificados",
"test:12": "jest -i retos/12_cuanto_cuesta",
"test:13": "jest -i retos/13_robot",
"test:14": "jest -i retos/14_acomodando_renos",
"test:15": "jest -i retos/15_dibujando_tablas",
"test:16": "jest -i retos/16_limpiando_nieve",
"test:17": "jest -i retos/17_busca_bombas",
"test:18": "jest -i retos/18_agenda_magica",
"test:19": "jest -i retos/19_apila_cajas",
"test:20": "jest -i retos/20_faltantes_y_duplicados",
"test:21": "jest -i retos/21_calcula_altura",
"test:22": "jest -i retos/22_combinaciones",
"test:23": "jest -i retos/23_numeros_perdidos",
"test:24": "jest -i retos/24_espejos_magicos",
"test:25": "jest -i retos/25_lenguaje_magico"
},
"keywords": [
"javascript",
"jest",
"adventjs"
],
"author": "Brandon Jaimes",
"devDependencies": {
"jest": "^29.7.0"
}
}