{"id":13809783,"url":"https://github.com/seamapi/ava-wrangler-fixture","last_synced_at":"2025-10-30T16:01:52.588Z","repository":{"id":39699724,"uuid":"507139158","full_name":"seamapi/ava-wrangler-fixture","owner":"seamapi","description":"Easily test your Cloudflare Worker projects using ava and typescript/javascript","archived":false,"fork":false,"pushed_at":"2024-12-10T21:43:16.000Z","size":256,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-01-28T03:13:06.831Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seamapi.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}},"created_at":"2022-06-24T20:41:58.000Z","updated_at":"2022-06-25T02:01:53.000Z","dependencies_parsed_at":"2022-07-20T03:32:57.223Z","dependency_job_id":null,"html_url":"https://github.com/seamapi/ava-wrangler-fixture","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seamapi%2Fava-wrangler-fixture","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seamapi%2Fava-wrangler-fixture/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seamapi%2Fava-wrangler-fixture/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seamapi%2Fava-wrangler-fixture/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seamapi","download_url":"https://codeload.github.com/seamapi/ava-wrangler-fixture/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236102189,"owners_count":19095198,"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","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-08-04T02:00:36.009Z","updated_at":"2025-10-11T14:30:43.522Z","avatar_url":"https://github.com/seamapi.png","language":"TypeScript","funding_links":[],"categories":["Official Projects"],"sub_categories":[],"readme":"# Ava Wrangler Fixture\n\nEasily test your cloudflare worker projects using ava and typescript/javascript\n\n## Usage\n\n```ts\nimport test from \"ava\"\nimport getTestServer from \"ava-wrangler-fixture\"\n\ntest(\"test server should work\", async (t) =\u003e {\n  const { axios } = await getTestServer(t)\n\n  const res = await axios.post(\"/\", { hello: \"world!\" })\n\n  t.is(res.status, 200)\n})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseamapi%2Fava-wrangler-fixture","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseamapi%2Fava-wrangler-fixture","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseamapi%2Fava-wrangler-fixture/lists"}