Skip to content
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

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

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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
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 التي تسهل تأكيد مخرجات مكوناته ومعالجتها والعبور عنها.
3imed-jaberi marked this conversation as resolved.
Show resolved Hide resolved
* **[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 مع عدد قليل جدا من التبعيات (فقط جافاسكريبت).
3imed-jaberi marked this conversation as resolved.
Show resolved Hide resolved
* **[Skin-deep](https://github.com/glenjamin/skin-deep):** اختبار المساعدين للاستخدام مع أدوات اختبار التصيير السطحي (shallowRender) في React.
3imed-jaberi marked this conversation as resolved.
Show resolved Hide resolved
* **[Unexpected-react](https://github.com/bruderstein/unexpected-react/):** إضافة لـ[مكتبة التأكيد (unexpected)](https://unexpected.js.org/) التي تجعل من السهل التأكيد على مكونات React الخاصة بك وتشغيل الأحداث.