{"id":40110484,"url":"https://github.com/nora-weisser/testing-with-jest","last_synced_at":"2026-01-19T11:39:15.293Z","repository":{"id":217558583,"uuid":"744212346","full_name":"nora-weisser/testing-with-jest","owner":"nora-weisser","description":"This repository is dedicated to showcase the capabilities of Jest framework for implementing unit tests for Javascript code. Jest provides a simple and efficient way to write unit tests, ensuring its reliability and correctness.","archived":false,"fork":false,"pushed_at":"2024-01-23T07:51:25.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-01-23T23:33:48.136Z","etag":null,"topics":["github-actions","javascript","jest","unit-testing"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nora-weisser.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}},"created_at":"2024-01-16T20:55:05.000Z","updated_at":"2024-01-23T07:53:47.000Z","dependencies_parsed_at":"2024-01-22T21:28:34.328Z","dependency_job_id":"3d2b3b74-b222-48d5-8db7-ff7c3f71eb50","html_url":"https://github.com/nora-weisser/testing-with-jest","commit_stats":null,"previous_names":["nora-weisser/testing-with-jest"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nora-weisser/testing-with-jest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nora-weisser%2Ftesting-with-jest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nora-weisser%2Ftesting-with-jest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nora-weisser%2Ftesting-with-jest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nora-weisser%2Ftesting-with-jest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nora-weisser","download_url":"https://codeload.github.com/nora-weisser/testing-with-jest/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nora-weisser%2Ftesting-with-jest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28566768,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T08:53:44.001Z","status":"ssl_error","status_checked_at":"2026-01-19T08:52:40.245Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["github-actions","javascript","jest","unit-testing"],"created_at":"2026-01-19T11:39:14.686Z","updated_at":"2026-01-19T11:39:15.286Z","avatar_url":"https://github.com/nora-weisser.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Testing with Jest\n\nThis repository is dedicated to showcase the capabilities of Jest framework for implementing unit tests for Javascript code. Jest provides a simple and efficient way to write unit tests, ensuring its reliability and correctness.\n\n## Features\nUnit Testing with Jest: Explore examples of how to structure and write your tests effectively.\n\nGitHub Actions Workflow: This demo includes a GitHub Actions workflow to automate the testing process. Each push to the repository triggers a set of tests to ensure that your codebase remains in a reliable state. Check out the .github/workflows directory for the workflow configuration.\n\n## Getting Started\n- Clone the Repository:\n\n```bash\ngit clone https://github.com/nora-weisser/testing-with-jest.git\n```\n\n- Install Dependencies:\n\n```bash\ncd testing-with-jest\nnpm install\n```\n- Running Tests\nTo run the test suite, use the following command:\n\n```bash\nnpm test\n```\nYou can customize the test execution by modifying the Jest configuration in the jest.config.js file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnora-weisser%2Ftesting-with-jest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnora-weisser%2Ftesting-with-jest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnora-weisser%2Ftesting-with-jest/lists"}