{"id":44089307,"url":"https://github.com/aconstas/jest-testing-practice","last_synced_at":"2026-02-08T10:42:20.779Z","repository":{"id":210764925,"uuid":"727400180","full_name":"aconstas/jest-testing-practice","owner":"aconstas","description":"Learn TDD (Test Driven Development) utilizing Jest.","archived":false,"fork":false,"pushed_at":"2023-12-05T20:09:48.000Z","size":6607,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-14T13:09:20.846Z","etag":null,"topics":["jest","testing","the-odin-project"],"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/aconstas.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":"2023-12-04T19:36:06.000Z","updated_at":"2023-12-05T01:03:01.000Z","dependencies_parsed_at":"2023-12-14T23:11:46.560Z","dependency_job_id":null,"html_url":"https://github.com/aconstas/jest-testing-practice","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"2aaf991d1782a71027c81320718811bf30fb21a1"},"previous_names":["aconstas/jest-testing-practice"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aconstas/jest-testing-practice","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aconstas%2Fjest-testing-practice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aconstas%2Fjest-testing-practice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aconstas%2Fjest-testing-practice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aconstas%2Fjest-testing-practice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aconstas","download_url":"https://codeload.github.com/aconstas/jest-testing-practice/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aconstas%2Fjest-testing-practice/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29228223,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T09:43:19.170Z","status":"ssl_error","status_checked_at":"2026-02-08T09:42:55.556Z","response_time":57,"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":["jest","testing","the-odin-project"],"created_at":"2026-02-08T10:42:20.103Z","updated_at":"2026-02-08T10:42:20.775Z","avatar_url":"https://github.com/aconstas.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jest-testing-practice\n\nLearn TDD like I did through [The Odin Project](https://www.theodinproject.com/lessons/node-path-javascript-testing-practice#using-es6-import-statements-with-jest)\n\n### Note:\nThe current version of Jest, by default, does **not** recognize **ES6 import statements**. If you wish to utilize **ES6 import statements** follow the Jest [documentation](https://jestjs.io/docs/getting-started#using-babel) for using Babel and include the following code in your jest.config.js:\n```\nmodule.exports = {\n    transform: {\n        '^.+\\\\.[t|j]sx?$': 'babel-jest',\n    },\n};\n```  \n### Here are some general notes about **testing** that may be helpful:\n![notes on testing](./images/f16n1v4b.bmp)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faconstas%2Fjest-testing-practice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faconstas%2Fjest-testing-practice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faconstas%2Fjest-testing-practice/lists"}