{"id":22705742,"url":"https://github.com/fakiolinho/javascript-unit-tests-playground","last_synced_at":"2026-04-19T19:32:16.260Z","repository":{"id":66289559,"uuid":"85514127","full_name":"fakiolinho/javascript-unit-tests-playground","owner":"fakiolinho","description":"This is a playground so i can run some javascript unit tests fast","archived":false,"fork":false,"pushed_at":"2017-03-23T14:08:44.000Z","size":7,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T20:30:43.755Z","etag":null,"topics":["babel","es6","javascript","jest","mocha","tape","testing","unit-testing"],"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/fakiolinho.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":"2017-03-19T22:38:33.000Z","updated_at":"2023-03-09T02:42:59.000Z","dependencies_parsed_at":"2023-05-30T16:17:02.918Z","dependency_job_id":null,"html_url":"https://github.com/fakiolinho/javascript-unit-tests-playground","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fakiolinho/javascript-unit-tests-playground","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fakiolinho%2Fjavascript-unit-tests-playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fakiolinho%2Fjavascript-unit-tests-playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fakiolinho%2Fjavascript-unit-tests-playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fakiolinho%2Fjavascript-unit-tests-playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fakiolinho","download_url":"https://codeload.github.com/fakiolinho/javascript-unit-tests-playground/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fakiolinho%2Fjavascript-unit-tests-playground/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32020501,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["babel","es6","javascript","jest","mocha","tape","testing","unit-testing"],"created_at":"2024-12-10T09:12:46.662Z","updated_at":"2026-04-19T19:32:16.240Z","avatar_url":"https://github.com/fakiolinho.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Javascript Unit Tests Playground\n\nThis is a playground so i can run some javascript unit tests fast with [Jest](https://facebook.github.io/jest/), [Mocha](https://mochajs.org/) or [Tape](https://github.com/substack/tape).\n\n## Getting Started\n\nRun following commands to get started:\n\n```bash\ngit clone https://github.com/fakiolinho/javascript-unit-tests-playground.git\ncd javascript-unit-tests-playground \u0026\u0026 npm i\n```\n\n## Jest Tests\n\nPut the test file in `jest` folder and name it following `name.spec.js` pattern. Run your test:\n\n```bash\nnpm run test:jest\n```\n\n## Mocha Tests\n\nPut the test file in `mocha` folder and name it following `name.spec.js` pattern. [Chai](http://chaijs.com/) is used for assertions. Run your test:\n\n```bash\nnpm run test:mocha\n```\n\n## Tape Tests\n\nPut the test file in `tape` folder and name it following `name.spec.js` pattern. Run your test:\n\n```bash\nnpm run test:tape\n```\n\n## License\n\nThis project is licensed under the MIT License","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffakiolinho%2Fjavascript-unit-tests-playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffakiolinho%2Fjavascript-unit-tests-playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffakiolinho%2Fjavascript-unit-tests-playground/lists"}