{"id":30107064,"url":"https://github.com/benignware/qunit-assert-dom","last_synced_at":"2025-08-10T01:33:02.400Z","repository":{"id":27772252,"uuid":"31260721","full_name":"benignware/qunit-assert-dom","owner":"benignware","description":"QUnit assertion plugin for comparing dom nodes","archived":false,"fork":false,"pushed_at":"2015-09-04T15:31:32.000Z","size":172,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2023-08-12T18:37:45.963Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/benignware.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":"2015-02-24T13:15:25.000Z","updated_at":"2023-08-12T18:37:45.964Z","dependencies_parsed_at":"2022-09-03T07:21:42.201Z","dependency_job_id":null,"html_url":"https://github.com/benignware/qunit-assert-dom","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/benignware/qunit-assert-dom","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benignware%2Fqunit-assert-dom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benignware%2Fqunit-assert-dom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benignware%2Fqunit-assert-dom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benignware%2Fqunit-assert-dom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benignware","download_url":"https://codeload.github.com/benignware/qunit-assert-dom/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benignware%2Fqunit-assert-dom/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269663320,"owners_count":24455799,"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-09T02:00:10.424Z","response_time":111,"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":[],"created_at":"2025-08-10T01:32:11.553Z","updated_at":"2025-08-10T01:33:02.312Z","avatar_url":"https://github.com/benignware.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"qunit-assert-dom\n================\n\n\u003e QUnit assertion plugin for comparing dom nodes\n\nUsage\n-----\n\n\n### Assert dom equal\n```js\ntest(\"Equal\", function(assert) {\n  assert.domEqual(\n    $('\u003cdiv id=\"content\" class=\"content\"\u003eContent\u003c/div\u003e'),\n    $('\u003cdiv class=\"content\" id=\"content\"\u003eContent\u003c/div\u003e'),\n    'Dom content should be equal'\n  );\n});\n```\n\n### Assert dom not equal\n\n```js\ntest(\"Not Equal\", function(assert) {\n  assert.domNotEqual(\n    $('\u003cdiv id=\"content\" class=\"content\"\u003e\u003c/div\u003e'),\n    $('\u003cdiv class=\"content\" id=\"content\"\u003eContent\u003c/div\u003e'),\n    'Dom content should not be equal'\n  );\n});\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenignware%2Fqunit-assert-dom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenignware%2Fqunit-assert-dom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenignware%2Fqunit-assert-dom/lists"}