{"id":15714555,"url":"https://github.com/benrosen/ackchyually","last_synced_at":"2026-05-02T13:31:53.472Z","repository":{"id":57172595,"uuid":"434965134","full_name":"benrosen/ackchyually","owner":"benrosen","description":"TypeScript testing utility powered by Jest.","archived":false,"fork":false,"pushed_at":"2021-12-05T19:42:47.000Z","size":864,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-09T00:57:48.821Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/benrosen.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}},"created_at":"2021-12-04T17:25:53.000Z","updated_at":"2021-12-10T01:02:25.000Z","dependencies_parsed_at":"2022-08-24T14:40:57.254Z","dependency_job_id":null,"html_url":"https://github.com/benrosen/ackchyually","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/benrosen/ackchyually","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benrosen%2Fackchyually","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benrosen%2Fackchyually/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benrosen%2Fackchyually/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benrosen%2Fackchyually/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benrosen","download_url":"https://codeload.github.com/benrosen/ackchyually/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benrosen%2Fackchyually/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32536558,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T12:25:33.646Z","status":"ssl_error","status_checked_at":"2026-05-02T12:24:51.733Z","response_time":132,"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":[],"created_at":"2024-10-03T21:38:24.785Z","updated_at":"2026-05-02T13:31:53.442Z","avatar_url":"https://github.com/benrosen.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ackchyually\n\nA TypeScript testing utility powered by Jest.\n\n![alt text](https://i.kym-cdn.com/photos/images/newsfeed/001/191/035/135.png)\n\n## Quickstart\n\n### Install\n\n\u003e `ackchyually` requires [`jest`]() as a [peer dependency]().\n\n```zsh\nyarn add ackchyually jest -D\n```\n\n### Write tests\n\n```typescript\nimport assert from \"ackchyually\";\n\nconst isEven = (value: number): boolean =\u003e value % 2 === 0;\n\nassert(\n  [\n    [0, true],\n    [1, false],\n    [2, true],\n  ],\n  isEven.name,\n  isEven\n);\n```\n\n### Run tests\n\n```shell\nyarn test\n```\n\n### Review test results\n\n```shell\n`isEven`\n    ✓ Returns true for 0\n    ✓ Returns false for 1\n    ✓ Returns true for 2\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenrosen%2Fackchyually","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenrosen%2Fackchyually","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenrosen%2Fackchyually/lists"}