{"id":16211939,"url":"https://github.com/tidbitsjs/learn-jest","last_synced_at":"2025-04-07T21:42:36.053Z","repository":{"id":110918070,"uuid":"475128002","full_name":"TidbitsJS/Learn-Jest","owner":"TidbitsJS","description":null,"archived":false,"fork":false,"pushed_at":"2022-04-10T17:49:37.000Z","size":1641,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-13T23:15:45.340Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/TidbitsJS.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}},"created_at":"2022-03-28T18:23:29.000Z","updated_at":"2024-08-20T03:40:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"9476767f-5a76-4fe4-b9ec-71bf114ff63c","html_url":"https://github.com/TidbitsJS/Learn-Jest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TidbitsJS%2FLearn-Jest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TidbitsJS%2FLearn-Jest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TidbitsJS%2FLearn-Jest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TidbitsJS%2FLearn-Jest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TidbitsJS","download_url":"https://codeload.github.com/TidbitsJS/Learn-Jest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247736322,"owners_count":20987597,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-10T10:49:42.675Z","updated_at":"2025-04-07T21:42:36.029Z","avatar_url":"https://github.com/TidbitsJS.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Learning Jest\n\nPurpose of the project is to learn how to write tests with JavaScript Testing framework, JEST.\n\n## Setup\n\nProject requirements\n\n* git\n* NodeJS\n* npm\n\nTo verify the installation of above, you can run this:\n\n```shell\n  git --version\n  node --version\n  npm --version\n```\n\nAfter you've made sure to have the correct things installed, you\nshould be able to just run a few commands to get set up:\n\n```shell\ngit clone https://github.com/TidbitsJS/Learn-Jest.git\ncd Learn-Jest\nnpm install\n```\n\n## Running the App\n\nTo run the app, run the command:\n\n```shell\nnpm run dev\n```\n\nIt will run the app on local server of port 3000 by default.\n\nTo run tests, run the command:\n\n```shell\nnpm run test\n```\n\nAll the tests cases(successful or failed) will show up in the terminal.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftidbitsjs%2Flearn-jest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftidbitsjs%2Flearn-jest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftidbitsjs%2Flearn-jest/lists"}