{"id":22221938,"url":"https://github.com/fabiospampinato/qunit-ava-spec","last_synced_at":"2025-07-27T16:31:49.405Z","repository":{"id":34647291,"uuid":"181928824","full_name":"fabiospampinato/qunit-ava-spec","owner":"fabiospampinato","description":"Helper functions for using QUnit as if it was ava/ava-spec.","archived":false,"fork":false,"pushed_at":"2023-09-24T16:28:50.000Z","size":9,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-23T21:35:57.844Z","etag":null,"topics":["ava","ava-spec","qunit"],"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/fabiospampinato.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"fabiospampinato","custom":"https://www.paypal.me/fabiospampinato"}},"created_at":"2019-04-17T16:25:41.000Z","updated_at":"2023-12-11T16:09:59.000Z","dependencies_parsed_at":"2024-10-23T09:33:37.427Z","dependency_job_id":"b7c80735-b1a3-49a1-a2cd-d9bac1abb2b9","html_url":"https://github.com/fabiospampinato/qunit-ava-spec","commit_stats":{"total_commits":14,"total_committers":3,"mean_commits":4.666666666666667,"dds":0.1428571428571429,"last_synced_commit":"4b7a128c86101d0f75370338b2064d8cd8de8e98"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fqunit-ava-spec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fqunit-ava-spec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fqunit-ava-spec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fqunit-ava-spec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabiospampinato","download_url":"https://codeload.github.com/fabiospampinato/qunit-ava-spec/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227817017,"owners_count":17824200,"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":["ava","ava-spec","qunit"],"created_at":"2024-12-02T23:16:18.147Z","updated_at":"2024-12-02T23:16:18.628Z","avatar_url":"https://github.com/fabiospampinato.png","language":"TypeScript","funding_links":["https://github.com/sponsors/fabiospampinato","https://www.paypal.me/fabiospampinato"],"categories":[],"sub_categories":[],"readme":"# QUnit AVA Spec\n\nHelper functions for using [QUnit](https://api.qunitjs.com/) as if it was [ava](https://github.com/avajs/ava)/[ava-spec](https://github.com/sheerun/ava-spec).\n\n## Install\n\n```sh\nnpm install --save-dev qunit-ava-spec\n```\n\n## Usage\n\nLoad it after having loaded QUnit:\n\n```html\n\u003cscript src=\"./node_modules/qunit-ava-spec/dist/index.js\"\u003e\u003c/script\u003e\n```\n\nThen use it like you would use [ava](https://github.com/avajs/ava):\n\n```js\ntest ( 'Foo', t =\u003e {\n  t.is ( true, false );\n});\n```\n\nOr [ava-spec](https://github.com/sheerun/ava-spec):\n\n```js\ndescribe ( 'Foo', it =\u003e {\n  it ( 'does something useful', t =\u003e {\n    t.true ( false );\n  });\n});\n```\n\nIf you need [hooks](https://api.qunitjs.com/QUnit/module) you can pass them as a second optional argument to `describe`.\n\n## License\n\nMIT © Fabio Spampinato\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabiospampinato%2Fqunit-ava-spec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabiospampinato%2Fqunit-ava-spec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabiospampinato%2Fqunit-ava-spec/lists"}