Skip to content

[Done] Translation of tools-testing.md .. #147

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 26, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions content/community/tools-testing.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
id: testing
title: Testing
title: الإختبار
layout: community
permalink: community/testing.html
---

* **[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.
* **[Jest](https://facebook.github.io/jest/):** Delightful JavaScript testing used by Facebook to test all JavaScript code including React applications.
* **[react-testing-library](https://github.com/kentcdodds/react-testing-library):** 🐐 Simple and complete React DOM testing utilities that encourage good testing practices.
* **[React-unit](https://github.com/pzavolinsky/react-unit):** a lightweight unit test library for ReactJS with very few (js-only) dependencies.
* **[Skin-deep](https://github.com/glenjamin/skin-deep):** Testing helpers for use with React's shallowRender test utils.
* **[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.
* **[Enzyme](https://github.com/airbnb/enzyme/):** أداة اختبار جافا سكريبت لـ React التي تُسهّل تأكيد مخرجات مكوّناته ومعالجتها والعبور عنها.
* **[Jest](https://facebook.github.io/jest/):** اختبار جافا سكريبت رائع يستخدمه Facebook لاختبار جميع شفرات جافا سكريبت بما في ذلك تطبيقات React.
* **[react-testing-library](https://github.com/kentcdodds/react-testing-library):** 🐐 أدوات اختبار بسيطة و كاملة لـ React DOM التي تشجع على الممارسات الجيدة للإختبار.
* **[React-unit](https://github.com/pzavolinsky/react-unit):** مكتبة اختبار وحدات خفيفة لـ ReactJS مع عدد قليل جدا من الإعتماديات (فقط جافاسكريبت).
* **[Skin-deep](https://github.com/glenjamin/skin-deep):** مُساعدين اختبار للاستخدام مع أدوات اختبار التصيّير السطحي (shallowRender) في React.
* **[Unexpected-react](https://github.com/bruderstein/unexpected-react/):** إضافة لـ[مكتبة التأكيد (unexpected)](https://unexpected.js.org/) التي تجعل من السهل التأكيد على مكونات React الخاصة بك وتشغيل الأحداث.