Skip to content

Commit 1f73cfe

Browse files
RamirezAlexcarburo
authored andcommitted
add Testing Translation (#212)
* add Testing Translation * change words * change title
1 parent fd28927 commit 1f73cfe

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

content/community/tools-testing.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
id: testing
3-
title: Testing
3+
title: Pruebas
44
layout: community
55
permalink: community/testing.html
66
---
77

8-
* **[Enzyme](https://github.com/airbnb/enzyme/):** a JavaScript Testing utility for React that makes it easier to assert, manipulate, and traverse your React Components' output.
9-
* **[Jest](https://facebook.github.io/jest/):** Delightful JavaScript testing used by Facebook to test all JavaScript code including React applications.
10-
* **[react-testing-library](https://github.com/kentcdodds/react-testing-library):** 🐐 Simple and complete React DOM testing utilities that encourage good testing practices.
11-
* **[React-unit](https://github.com/pzavolinsky/react-unit):** a lightweight unit test library for ReactJS with very few (js-only) dependencies.
12-
* **[Skin-deep](https://github.com/glenjamin/skin-deep):** Testing helpers for use with React's shallowRender test utils.
13-
* **[Unexpected-react](https://github.com/bruderstein/unexpected-react/):** Plugin for the [unexpected](https://unexpected.js.org/) assertion library that makes it easy to assert over your React Components and trigger events.
8+
* **[Enzyme](https://github.com/airbnb/enzyme/):** una utilidad de pruebas JavaScript para React que hace más fácil afirmar, manipular y recorrer la salida de tus componentes de React.
9+
* **[Jest](https://facebook.github.io/jest/):** Excelente utilidad de pruebas JavaScript utilizada por Facebook para probar todo código JavaScript incluyendo aplicaciones React.
10+
* **[react-testing-library](https://github.com/kentcdodds/react-testing-library):** 🐐 Simple y completo set de utilidades de React DOM para incentivar buenas prácticas de pruebas.
11+
* **[React-unit](https://github.com/pzavolinsky/react-unit):** una biblioteca liviana de pruebas para ReactJS con muy pocas dependencias JavaScript.
12+
* **[Skin-deep](https://github.com/glenjamin/skin-deep):** *helpers* de pruebas para usar con las utilidades de pruebas del *shallowRender* de React.
13+
* **[Unexpected-react](https://github.com/bruderstein/unexpected-react/):** Plugin para la biblioteca de aserciones [unexpected](https://unexpected.js.org/) que facilita hacer aserciones sobre tus componentes de React y disparar eventos.

0 commit comments

Comments
 (0)