{"id":41380584,"url":"https://github.com/shfrmn/tap-fast-check","last_synced_at":"2026-01-23T10:57:08.242Z","repository":{"id":193981939,"uuid":"689849712","full_name":"shfrmn/tap-fast-check","owner":"shfrmn","description":"Property testing for Tap using fast-check","archived":false,"fork":false,"pushed_at":"2023-09-11T06:23:48.000Z","size":42,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-01-27T19:04:56.567Z","etag":null,"topics":["assert","fast-check","property-based-testing","property-testing","tap","test","testing"],"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/shfrmn.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}},"created_at":"2023-09-11T03:18:36.000Z","updated_at":"2023-09-11T03:51:55.000Z","dependencies_parsed_at":"2023-09-11T04:47:32.826Z","dependency_job_id":"3d7a46d1-fef8-44cf-90e8-3affb31c0654","html_url":"https://github.com/shfrmn/tap-fast-check","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"44eb7b0a5c4cce922e7ccb3a510b655b0554e18d"},"previous_names":["shfrmn/tap-fast-check"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/shfrmn/tap-fast-check","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shfrmn%2Ftap-fast-check","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shfrmn%2Ftap-fast-check/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shfrmn%2Ftap-fast-check/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shfrmn%2Ftap-fast-check/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shfrmn","download_url":"https://codeload.github.com/shfrmn/tap-fast-check/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shfrmn%2Ftap-fast-check/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28689103,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T05:48:07.525Z","status":"ssl_error","status_checked_at":"2026-01-23T05:48:07.129Z","response_time":59,"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":["assert","fast-check","property-based-testing","property-testing","tap","test","testing"],"created_at":"2026-01-23T10:57:07.610Z","updated_at":"2026-01-23T10:57:08.230Z","avatar_url":"https://github.com/shfrmn.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tap-fast-check\n\nProperty testing for Tap using fast-check\n\n```typescript\nimport {t, fc} from \"tap-fast-check\"\n\nt.test(\"String.indexOf()\", async (t) =\u003e {\n  t.prop(\n    fc.property(fc.string(), (text) =\u003e {\n      return text.indexOf(text) \u003e= 0\n    }),\n    \"Always contains itself\",\n  )\n})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshfrmn%2Ftap-fast-check","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshfrmn%2Ftap-fast-check","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshfrmn%2Ftap-fast-check/lists"}