{"id":22618705,"url":"https://github.com/japiirainen/tasty-ts","last_synced_at":"2026-04-13T13:32:44.611Z","repository":{"id":119575759,"uuid":"454496961","full_name":"japiirainen/tasty-ts","owner":"japiirainen","description":"A tasty testing library","archived":false,"fork":false,"pushed_at":"2022-02-02T06:53:13.000Z","size":31,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-08T15:44:00.530Z","etag":null,"topics":["jest","mocha","tap","test","test-runners","testing","testing-library","testing-tools"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/japiirainen.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-02-01T18:07:57.000Z","updated_at":"2022-02-01T19:47:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"26d3f8a9-b5e3-40e3-adaa-7c92e1cb8c18","html_url":"https://github.com/japiirainen/tasty-ts","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/japiirainen/tasty-ts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/japiirainen%2Ftasty-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/japiirainen%2Ftasty-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/japiirainen%2Ftasty-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/japiirainen%2Ftasty-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/japiirainen","download_url":"https://codeload.github.com/japiirainen/tasty-ts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/japiirainen%2Ftasty-ts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31754972,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T13:27:56.013Z","status":"ssl_error","status_checked_at":"2026-04-13T13:21:23.512Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["jest","mocha","tap","test","test-runners","testing","testing-library","testing-tools"],"created_at":"2024-12-08T21:09:17.286Z","updated_at":"2026-04-13T13:32:44.594Z","avatar_url":"https://github.com/japiirainen.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"*Tasty-ts* is a tasty testing library for typescript and javascript. It is extremely simple, fast and it \"just works\".\n\n### Install\n\nwith yarn\n```sh\nyarn add -D tasty-ts\n```\n\nwith npm\n```sh\nnpm install --save-dev tasty-ts\n```\n\n### A simple example\n```ts\nimport suite from 'tasty-ts'\nimport assert from 'assert'\n\nconst test = suite('my tasty test suite')\n\ntest('trivial-assert', () =\u003e {\n    assert.equal(1 + 1, 2)\n})\n\n!(() =\u003e test.run())()\n```\n\n\n### Motivation\nTODO\n### Docs\nTODO\n\n### Acknowledgements, citations, and related work\nThe following is a non-exhaustive list of people and works that have had a significant impact, directly or indirectly, on tasty-ts’s design and implementation:\n\n- Tero Piirainen and all [baretest](https://github.com/volument/baretest) contributors.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjapiirainen%2Ftasty-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjapiirainen%2Ftasty-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjapiirainen%2Ftasty-ts/lists"}