{"id":30105822,"url":"https://github.com/asrieldreemurrgm/jest_testing_practice","last_synced_at":"2026-04-20T09:34:37.721Z","repository":{"id":278791252,"uuid":"935854141","full_name":"AsrielDreemurrGM/Jest_Testing_Practice","owner":"AsrielDreemurrGM","description":"Practice project for testing components and user interactions using React, Redux, and Jest.","archived":false,"fork":false,"pushed_at":"2025-07-27T11:20:38.000Z","size":372,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-21T18:53:45.685Z","etag":null,"topics":["frontend","react","react-testing-library","redux","testing","typescript","unit-testing"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"ogiansouza/ebac_exercicio_rtl","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AsrielDreemurrGM.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-02-20T06:00:14.000Z","updated_at":"2025-07-27T11:38:41.000Z","dependencies_parsed_at":"2025-08-10T00:30:01.474Z","dependency_job_id":null,"html_url":"https://github.com/AsrielDreemurrGM/Jest_Testing_Practice","commit_stats":null,"previous_names":["asrieldreemurrgm/pratica_do_jest"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AsrielDreemurrGM/Jest_Testing_Practice","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AsrielDreemurrGM%2FJest_Testing_Practice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AsrielDreemurrGM%2FJest_Testing_Practice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AsrielDreemurrGM%2FJest_Testing_Practice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AsrielDreemurrGM%2FJest_Testing_Practice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AsrielDreemurrGM","download_url":"https://codeload.github.com/AsrielDreemurrGM/Jest_Testing_Practice/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AsrielDreemurrGM%2FJest_Testing_Practice/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32041611,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["frontend","react","react-testing-library","redux","testing","typescript","unit-testing"],"created_at":"2025-08-10T00:19:39.030Z","updated_at":"2026-04-20T09:34:37.694Z","avatar_url":"https://github.com/AsrielDreemurrGM.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003eReact Redux Testing Practice With Jest\u003c/h1\u003e\n\u003cp\u003e\n  Este README também está disponível em \u003ca href=\"./README.pt-br.md\"\u003ePortuguês\u003c/a\u003e.\n\u003c/p\u003e\n\u003cp\u003e\n  Practical project focusing on unit and component testing using \u003cstrong\u003eJest\u003c/strong\u003e in a \u003cstrong\u003eReact + Redux\u003c/strong\u003e environment.\n\u003c/p\u003e\n\u003ch2\u003e📋 Project Overview\u003c/h2\u003e\n\u003cp\u003e\n  This repository contains a small React + Redux application used to practice writing tests using Jest.\n  The goal is to ensure the rendering of a component and simulate user interactions, like inserting comments.\n\u003c/p\u003e\n\u003ch2\u003e🚀 Technologies Used\u003c/h2\u003e\n\u003cul\u003e\n  \u003cli\u003eReact\u003c/li\u003e\n  \u003cli\u003eRedux\u003c/li\u003e\n  \u003cli\u003eTypeScript\u003c/li\u003e\n  \u003cli\u003eJest\u003c/li\u003e\n  \u003cli\u003eReact Testing Library\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e✅ How to Run\u003c/h2\u003e\n\u003col\u003e\n  \u003cli\u003eInstall dependencies:\n    \u003cpre\u003e\u003ccode\u003enpm install\u003c/code\u003e\u003c/pre\u003e\n    or\n    \u003cpre\u003e\u003ccode\u003eyarn install\u003c/code\u003e\u003c/pre\u003e\n  \u003c/li\u003e\n  \u003cli\u003eRun tests:\n    \u003cpre\u003e\u003ccode\u003enpm run test\u003c/code\u003e\u003c/pre\u003e\n    or\n    \u003cpre\u003e\u003ccode\u003eyarn test\u003c/code\u003e\u003c/pre\u003e\n  \u003c/li\u003e\n  \u003cli\u003eStart the application:\n    \u003cpre\u003e\u003ccode\u003enpm start\u003c/code\u003e\u003c/pre\u003e\n    or\n    \u003cpre\u003e\u003ccode\u003eyarn start\u003c/code\u003e\u003c/pre\u003e\n  \u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2\u003e📜 Commits Overview\u003c/h2\u003e\n\u003cul\u003e\n  \u003cli\u003e\u003cstrong\u003eRendering Test Created\u003c/strong\u003e – Basic render verification for the post component;\u003c/li\u003e\n  \u003cli\u003e\u003cstrong\u003eComment Insertion Test\u003c/strong\u003e – Added test for inserting two comments; also:\n    \u003cul\u003e\n      \u003cli\u003eAdded \u003ccode\u003ealt\u003c/code\u003e to image;\u003c/li\u003e\n      \u003cli\u003eAdded \u003ccode\u003edata-testid\u003c/code\u003e to textarea and button;\u003c/li\u003e\n      \u003cli\u003eAdded script to check coverage.\u003c/li\u003e\n    \u003c/ul\u003e\n  \u003c/li\u003e\n  \u003cli\u003e\u003cstrong\u003eProject Setup\u003c/strong\u003e – Initial setup and folder structure adjustments.\u003c/li\u003e\n\u003c/ul\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasrieldreemurrgm%2Fjest_testing_practice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasrieldreemurrgm%2Fjest_testing_practice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasrieldreemurrgm%2Fjest_testing_practice/lists"}