{"id":14984992,"url":"https://github.com/andreswebs/describe","last_synced_at":"2025-08-14T18:40:41.165Z","repository":{"id":41986672,"uuid":"320962595","full_name":"andreswebs/describe","owner":"andreswebs","description":"A simple description formatter for Deno unit tests","archived":false,"fork":false,"pushed_at":"2024-04-23T12:33:15.000Z","size":21,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-16T14:59:09.904Z","etag":null,"topics":["deno","deno-module","test-driven-development","testing-tools","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andreswebs.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,"zenodo":null}},"created_at":"2020-12-13T01:47:52.000Z","updated_at":"2024-04-23T13:02:25.000Z","dependencies_parsed_at":"2024-04-23T14:21:29.910Z","dependency_job_id":null,"html_url":"https://github.com/andreswebs/describe","commit_stats":{"total_commits":14,"total_committers":3,"mean_commits":4.666666666666667,"dds":0.3571428571428571,"last_synced_commit":"1510d759a7278d29f57bbfda9fbbb2f1c9b68c07"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/andreswebs/describe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreswebs%2Fdescribe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreswebs%2Fdescribe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreswebs%2Fdescribe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreswebs%2Fdescribe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andreswebs","download_url":"https://codeload.github.com/andreswebs/describe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreswebs%2Fdescribe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270466467,"owners_count":24588791,"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","status":"online","status_checked_at":"2025-08-14T02:00:10.309Z","response_time":75,"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":["deno","deno-module","test-driven-development","testing-tools","typescript"],"created_at":"2024-09-24T14:10:03.584Z","updated_at":"2025-08-14T18:40:41.120Z","avatar_url":"https://github.com/andreswebs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# describe\n\nA simple description formatter for Deno unit tests.\n\n\n## Usage\n\n```typescript\nimport { assert } from \"https://deno.land/std/testing/asserts.ts\";\n\nimport { description } from \"https://deno.land/x/describe/mod.ts\";\n\nDeno.test(description({\n  name: \"what is being tested\",\n  given: \"under such conditions\",\n  should: \"do as expected\"\n}), () =\u003e {\n  assert(true);\n});\n```\n\n## Test\n\n```sh\ndeno test mod.test.ts\n```\n\n## Authors\n\n**Andre Silva** - [andreswebs](https://github.com/andreswebs)\n\n\n## License\n\nThis project is licensed under the [Unlicense](UNLICENSE.md).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreswebs%2Fdescribe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreswebs%2Fdescribe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreswebs%2Fdescribe/lists"}