{"id":16078546,"url":"https://github.com/teekaytech/javascript-testing","last_synced_at":"2026-05-08T14:34:33.243Z","repository":{"id":110874844,"uuid":"298504715","full_name":"teekaytech/Javascript-Testing","owner":"teekaytech","description":"This project is aimed at getting comfortable with Testing in JavaScript, using Jest. The project consists of random modules and their test files. Pure ES6 is used with Webpack.","archived":false,"fork":false,"pushed_at":"2020-09-26T10:11:22.000Z","size":148,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"development","last_synced_at":"2025-04-05T10:43:26.686Z","etag":null,"topics":["es6","eslint","javascript","jest-tests","stylelint","testing","webpack"],"latest_commit_sha":null,"homepage":"","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/teekaytech.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":"2020-09-25T07:47:30.000Z","updated_at":"2020-09-26T10:11:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"9c901b61-8662-41ac-9c6f-9eecec56fcd2","html_url":"https://github.com/teekaytech/Javascript-Testing","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/teekaytech/Javascript-Testing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teekaytech%2FJavascript-Testing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teekaytech%2FJavascript-Testing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teekaytech%2FJavascript-Testing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teekaytech%2FJavascript-Testing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teekaytech","download_url":"https://codeload.github.com/teekaytech/Javascript-Testing/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teekaytech%2FJavascript-Testing/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266645378,"owners_count":23961713,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["es6","eslint","javascript","jest-tests","stylelint","testing","webpack"],"created_at":"2024-10-09T10:20:22.770Z","updated_at":"2026-05-08T14:34:28.219Z","avatar_url":"https://github.com/teekaytech.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Contributors][contributors-shield]][contributors-url]\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n![Hireable](https://cdn.rawgit.com/hiendv/hireable/master/styles/default/yes.svg)\n\n# Javascript-Testing\n\n\u003e This project is aimed at getting comfortable with Testing in JavaScript, using Jest. The project consists of random modules and their test files. Pure ES6 is used with Webpack.\n\n## Built With\n\n- JavaScript (ES6)\n- Webpack\n- Jest (Unit Testing Package)\n\n## Getting Started\n\nTo get a local copy up and running follow these simple example steps.\n\n- On the project GitHub page, navigate to the main page of the repository [this page](https://github.com/teekaytech/Weather-App.git).\n- Under the repository name, locate and click on a green button named `Code`.\n- Copy the project URL as displayed.\n- If you're running Windows Operating System, open your command prompt. On Linux, Open your terminal.\n- Change the current working directory to the location where you want the cloned directory to be made. Leave as it is if the current location is where you want the project to be.\n- Type `git clone`, and then paste the URL you copied in Step 3.\u003cbr\u003e\n  `$ git clone https://github.com/teekaytech/Weather-App.git` \u003cem\u003ePress Enter key\u003c/em\u003e\u003cbr\u003e\n- Press Enter. Your local copy will be created.\n\nPlease Note that you must have github installed on your PC, this can be done [here](https://gist.github.com/derhuerst/1b15ff4652a867391f03).\n\n### Prerequisites\n\n- NPM must be installed\n- JEST package\n\n### Setup\n\n- CD into the cloned project directory\n- Run `npm install` to install webpack dependencies\n- Run `npm test` to run the test cases from all files.\n- Run `npm test testfilename.test.js` to run test cases from a one file\n\n## Author\n\n👤 **Taofeek Olalere**\n\n- Github: [@teekaytech](https://github.com/teekaytech)\n- Twitter: [@ola_lere](https://twitter.com/ola_lere)\n- Linkedin: [olaleretaofeek](https://linkedin.com/in/olaleretaofeek)\n- Portfolio: [Olalere Taofeek](https://teekaytech.github.io/olaleretaofeek/)\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\n\nFeel free to check the [issues page](issues/).\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n## Acknowledgments\n\n- [Microverse](https://.microverse.org/)\n- [Jest Documentation](https://jestjs.io/docs/en/getting-started)\n- [The Odin Project (Project Spec)](https://www.theodinproject.com/courses/javascript/lessons/testing-practice)\n\n## 📝 License\n\nThis project is [MIT](lic.url) licensed.\n\n[contributors-shield]: https://img.shields.io/github/contributors/teekaytech/Javascript-Testing.svg?style=flat-square\n[contributors-url]: https://github.com/teekaytech/Javascript-Testing/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/teekaytech/Javascript-Testing.svg?style=flat-square\n[forks-url]: https://github.com/teekaytech/Javascript-Testing/network/members\n[stars-shield]: https://img.shields.io/github/stars/teekaytech/Javascript-Testing.svg?style=flat-square\n[stars-url]: https://github.com/teekaytech/Javascript-Testing/stargazers\n[issues-shield]: https://img.shields.io/github/issues/teekaytech/Javascript-Testing.svg?style=flat-square\n[issues-url]: https://github.com/teekaytech/Javascript-Testing/issues\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteekaytech%2Fjavascript-testing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteekaytech%2Fjavascript-testing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteekaytech%2Fjavascript-testing/lists"}