{"id":15405219,"url":"https://github.com/fnando/sublime-better-qunit","last_synced_at":"2026-02-15T20:03:03.114Z","repository":{"id":66031459,"uuid":"43449393","full_name":"fnando/sublime-better-qunit","owner":"fnando","description":"This is a custom QUnit package, that includes snippets, custom syntax highlighters and more!","archived":false,"fork":false,"pushed_at":"2020-11-20T03:37:53.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-09T09:43:00.526Z","etag":null,"topics":["qunit","sublime-text","sublime-text-plugin"],"latest_commit_sha":null,"homepage":"","language":null,"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/fnando.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}},"created_at":"2015-09-30T17:56:02.000Z","updated_at":"2020-11-20T03:37:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"812b56b1-8228-4ff6-a7c4-0ab8930b3522","html_url":"https://github.com/fnando/sublime-better-qunit","commit_stats":{"total_commits":2,"total_committers":2,"mean_commits":1.0,"dds":0.5,"last_synced_commit":"4a6a436a983c857ba387f3270dd6ceea9aaf95f9"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fnando/sublime-better-qunit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnando%2Fsublime-better-qunit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnando%2Fsublime-better-qunit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnando%2Fsublime-better-qunit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnando%2Fsublime-better-qunit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fnando","download_url":"https://codeload.github.com/fnando/sublime-better-qunit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnando%2Fsublime-better-qunit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29487785,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T19:29:10.908Z","status":"ssl_error","status_checked_at":"2026-02-15T19:29:10.419Z","response_time":118,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["qunit","sublime-text","sublime-text-plugin"],"created_at":"2024-10-01T16:15:28.152Z","updated_at":"2026-02-15T20:03:03.097Z","avatar_url":"https://github.com/fnando.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Better QUnit\n\nThis is a custom QUnit package, that includes snippets, custom syntax highlighters and more!\n\n## Installation\n\n### Setup Package Control Repository\n\n1. Follow the instructions from https://sublime.fnando.com.\n2. Open the command pallete, run “Package Control: Install Package“, then search for “Better QUnit“.\n\n### Git Clone\n\nClone this repository into the Sublime Text “Packages” directory, which is located where ever the “Preferences” -\u003e “Browse Packages” option in sublime takes you.\n\n## ApplySyntax configuration\n\n```json\n{\n  \"new_file_syntax\": \"Better Ruby/Ruby\",\n  \"reraise_exceptions\": true,\n\n  \"syntaxes\": [\n    {\n      \"name\": \"Better QUnit/QUnit\",\n      \"rules\": [\n        {\"file_path\": \".*_test\\\\.js$\"}\n      ]\n    }\n  ]\n}\n```\n\n## Override Quote Style\n\nBy default, snippets use `'` as the preferred quote style. If you want to change it to `\"`, just create the file `Packages/Users/QUnit-Quotes.tmPreferences` with the following content:\n\n```xml\n\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\n\u003c!DOCTYPE plist PUBLIC \"-//Apple Computer//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\"\u003e\n\u003cplist version=\"1.0\"\u003e\n\u003cdict\u003e\n  \u003ckey\u003ename\u003c/key\u003e\n  \u003cstring\u003eQuotes\u003c/string\u003e\n  \u003ckey\u003escope\u003c/key\u003e\n  \u003cstring\u003esource.js\u003c/string\u003e\n  \u003ckey\u003esettings\u003c/key\u003e\n  \u003cdict\u003e\n    \u003ckey\u003eshellVariables\u003c/key\u003e\n    \u003carray\u003e\n      \u003cdict\u003e\n        \u003ckey\u003ename\u003c/key\u003e\n        \u003cstring\u003eTM_QUOTE\u003c/string\u003e\n        \u003ckey\u003evalue\u003c/key\u003e\n        \u003cstring\u003e\"\u003c/string\u003e\n      \u003c/dict\u003e\n    \u003c/array\u003e\n  \u003c/dict\u003e\n  \u003ckey\u003euuid\u003c/key\u003e\n  \u003cstring\u003e0FBD0784-F200-433C-AFFF-7F02BD6F7DB0\u003c/string\u003e\n\u003c/dict\u003e\n\u003c/plist\u003e\n```\n\n## Override assert receiver\n\nBy default it's all assertion methods will be prefixed with `assert.`. You can disable this behavior by creating a `QUnit-Assert.tmPreferences` file like the following:\n\n```xml\n\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\n\u003c!DOCTYPE plist PUBLIC \"-//Apple Computer//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\"\u003e\n\u003cplist version=\"1.0\"\u003e\n\u003cdict\u003e\n    \u003ckey\u003ename\u003c/key\u003e\n    \u003cstring\u003eQuotes\u003c/string\u003e\n    \u003ckey\u003escope\u003c/key\u003e\n    \u003cstring\u003esource.js.qunit\u003c/string\u003e\n    \u003ckey\u003esettings\u003c/key\u003e\n    \u003cdict\u003e\n        \u003ckey\u003eshellVariables\u003c/key\u003e\n        \u003carray\u003e\n            \u003cdict\u003e\n                \u003ckey\u003ename\u003c/key\u003e\n                \u003cstring\u003eQUNIT_ASSERT_PREFIX\u003c/string\u003e\n                \u003ckey\u003evalue\u003c/key\u003e\n                \u003cstring\u003e\u003c/string\u003e\n            \u003c/dict\u003e\n        \u003c/array\u003e\n    \u003c/dict\u003e\n    \u003ckey\u003euuid\u003c/key\u003e\n    \u003cstring\u003e0FBD0784-F200-433C-AFFF-7F02BD6F7DB0\u003c/string\u003e\n\u003c/dict\u003e\n\u003c/plist\u003e\n```\n\n## Override QUnit receiver\n\nSimilarly, some things will use the `QUnit` receiver, like `QUnit.test`. You can disable this behavior by creating a `QUnit-Module.tmPreferences` file like the following:\n\n```xml\n\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\n\u003c!DOCTYPE plist PUBLIC \"-//Apple Computer//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\"\u003e\n\u003cplist version=\"1.0\"\u003e\n\u003cdict\u003e\n    \u003ckey\u003ename\u003c/key\u003e\n    \u003cstring\u003eQuotes\u003c/string\u003e\n    \u003ckey\u003escope\u003c/key\u003e\n    \u003cstring\u003esource.js.qunit\u003c/string\u003e\n    \u003ckey\u003esettings\u003c/key\u003e\n    \u003cdict\u003e\n        \u003ckey\u003eshellVariables\u003c/key\u003e\n        \u003carray\u003e\n            \u003cdict\u003e\n                \u003ckey\u003ename\u003c/key\u003e\n                \u003cstring\u003eQUNIT_PREFIX\u003c/string\u003e\n                \u003ckey\u003evalue\u003c/key\u003e\n                \u003cstring\u003e\u003c/string\u003e\n            \u003c/dict\u003e\n        \u003c/array\u003e\n    \u003c/dict\u003e\n    \u003ckey\u003euuid\u003c/key\u003e\n    \u003cstring\u003e0FBD0784-F200-433C-AFFF-7F02BD6F7DB0\u003c/string\u003e\n\u003c/dict\u003e\n\u003c/plist\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffnando%2Fsublime-better-qunit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffnando%2Fsublime-better-qunit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffnando%2Fsublime-better-qunit/lists"}