File tree Expand file tree Collapse file tree 1 file changed +49
-0
lines changed
Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Original file line number Diff line number Diff line change 1+ # Laboratorio testing
2+
3+ ## Intro
4+
5+ El objetivo de este ejercicio es añadir toda la configuración y tests necesarios sobre un proyecto ya dado.
6+
7+ ## Obligatorio
8+
9+ - Instalar librerias necesarias.
10+ - Añadir configuración de ` jest ` .
11+ - Añadir configuración de ` debug ` .
12+ - Añadir tests de mapper (` common/mappers/collection.mapper.ts ` , ` pods/hotel-collection/hotel-collection.mapper.ts ` ).
13+ - Añadir ` common/components ` tests.
14+ - Añadir ` pods/hotel-collection/hotel-collection.hook.ts ` tests.
15+ - Añadir tests de components y containers que están en pods.
16+
17+ ## Optional
18+
19+ - Añadir configuración de ` coverage ` .
20+ - Añadir configuración de ` travis-ci ` or ` circle-ci ` .
21+ - Mover algun pod a redux y testear:
22+ - ` reducers `
23+ - ` actions `
24+ - ` sagas `
25+ - ` selectors `
26+ - ` containers `
27+
28+ ## Importante
29+
30+ - Cuando se configure el fichero ` jest.json ` , añadir la configuración de los ` alias ` usando:
31+
32+ ``` javascript
33+ {
34+ " rootDir" : " ../../" ,
35+ ...
36+ " moduleDirectories" : [" <rootDir>/src" , " node_modules" ],
37+ }
38+
39+ ```
40+
41+ # About Basefactor + Lemoncode
42+
43+ We are an innovating team of Javascript experts, passionate about turning your ideas into robust products.
44+
45+ [ Basefactor, consultancy by Lemoncode] ( http://www.basefactor.com ) provides consultancy and coaching services.
46+
47+ [ Lemoncode] ( http://lemoncode.net/services/en/#en-home ) provides training services.
48+
49+ For the LATAM/Spanish audience we are running an Online Front End Master degree, more info: http://lemoncode.net/master-frontend
You can’t perform that action at this time.
0 commit comments