{"id":22415362,"url":"https://github.com/esau-morais/testing-irl","last_synced_at":"2026-04-13T18:01:31.007Z","repository":{"id":124568050,"uuid":"328245204","full_name":"esau-morais/testing-irl","owner":"esau-morais","description":"🧪 React Testing In Real Life, by Esaú Morais","archived":false,"fork":false,"pushed_at":"2021-01-09T21:41:29.000Z","size":871,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-04T18:48:37.438Z","etag":null,"topics":["hashnode","react-testing-library","reactjs"],"latest_commit_sha":null,"homepage":"https://emmorais.hashnode.dev/testing-irl","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/esau-morais.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2021-01-09T21:00:36.000Z","updated_at":"2021-01-09T21:41:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"930ae27a-4032-4e29-bbe4-58b874223b0c","html_url":"https://github.com/esau-morais/testing-irl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/esau-morais/testing-irl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esau-morais%2Ftesting-irl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esau-morais%2Ftesting-irl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esau-morais%2Ftesting-irl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esau-morais%2Ftesting-irl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/esau-morais","download_url":"https://codeload.github.com/esau-morais/testing-irl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esau-morais%2Ftesting-irl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31764317,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["hashnode","react-testing-library","reactjs"],"created_at":"2024-12-05T15:12:03.182Z","updated_at":"2026-04-13T18:01:30.972Z","avatar_url":"https://github.com/esau-morais.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧪 React Testing IRL\n\n\u003cimg\n    src=\"./public/Article Cover.png\"\n    alt=\"React Testing IRL\"\n/\u003e\n\n## 🧪 Setting up our React App\n\n```bash\nnpx create-react-app testing-irl\n```\n\n*Feel free to give a different name to the app*\n\n## 📐 The project structure\n\n* `.spec.js` -\u003e Testing files using the RTL (React Testing Library)\n\n### ⚛️ Setting Up React App\n\n1. Fork this project\n\n![Forking the project](https://camo.githubusercontent.com/6f03010c651d060f8b7cfc17da7098c1757c4ead/68747470733a2f2f6669727374636f6e747269627574696f6e732e6769746875622e696f2f6173736574732f526561646d652f666f726b2e706e67)\n\n2. Clone the forked repository\n\n    `git clone https://github.com/user/testing-irl` (if you use `git`)\n\n    or\n\n    `gh repo clone user/testing-irl` (if you use `gh` cli)\n\n3. Install the dependencies\n\n    `npm install` (if you use `npm`)\n\n    or\n\n    `yarn` (if you use   `yarn`)\n\n4. Start the project\n\n    `npm run start` (if you use `npm`)\n\n    or\n\n    `yarn start` (if you use `yarn`)\n\n5. Also, to check the tests, run\n\n    `npm run test` (if you use `npm`)\n\n    or\n\n    `yarn test` (if you use `yarn`)\n\n---\n\n## 📑 License\n\nDistributed under the [MIT License](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesau-morais%2Ftesting-irl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fesau-morais%2Ftesting-irl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesau-morais%2Ftesting-irl/lists"}