{"id":17726758,"url":"https://github.com/sergeysova/describe-snippets","last_synced_at":"2025-03-31T14:47:23.693Z","repository":{"id":66330804,"uuid":"55408623","full_name":"sergeysova/describe-snippets","owner":"sergeysova","description":null,"archived":false,"fork":false,"pushed_at":"2016-04-04T12:27:08.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T11:06:15.365Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/sergeysova.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":"2016-04-04T12:15:52.000Z","updated_at":"2020-05-07T21:46:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"9a003635-7fa1-4032-8e5c-07da5dbe349f","html_url":"https://github.com/sergeysova/describe-snippets","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeysova%2Fdescribe-snippets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeysova%2Fdescribe-snippets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeysova%2Fdescribe-snippets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeysova%2Fdescribe-snippets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sergeysova","download_url":"https://codeload.github.com/sergeysova/describe-snippets/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246485297,"owners_count":20785282,"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-10-25T17:06:46.620Z","updated_at":"2025-03-31T14:47:23.662Z","avatar_url":"https://github.com/sergeysova.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Javascript describe snippets for Sublime Text 3\n\n\n## Mac OS X\n\nInstall:\n\n```bash\n./installMac\n# snippets will be copied to `~/Library/Application Support/Sublime Text 3/Packages/User/describe`\n```\n\nUninstall:\n\n```bash\n./uninstallMac\n```\n\n## Ubuntu\n\nInstall:\n\n```bash\n./installUbuntu\n# snippets will be copied to `~/.config/sublime-text-3/Packages/User/describe`\n```\n\nUninstall:\n\n```bash\n./uninstallUbuntu\n```\n\n\nFor other platforms:\n\n```bash\n# Install\ncp -r ./*.sublime-snippet ~/.Sublime\\ Text\\ 3/Packages/User/describe\n\n# Remove\nrm -rf ~/.Sublime\\ Text\\ 3/Packages/User/describe\n```\n\n## Describe\n\nTrigger: `describe` \u003cbr/\u003e\nTab switch: 1 \u003cbr/\u003e\nTemplate: `1:Description` \u003cbr/\u003e\nResult: \u003cbr/\u003e\n\n```js\ndescribe('Description', () =\u003e {\n  // body\n});\n```\n\n## It\n\nTrigger: `it` \u003cbr/\u003e\nTab switch: 1 \u003cbr/\u003e\nTemplate: `1:Name` \u003cbr/\u003e\nResult: \u003cbr/\u003e\n\n```js\nit('Name', () =\u003e {\n  // body\n});\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergeysova%2Fdescribe-snippets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsergeysova%2Fdescribe-snippets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergeysova%2Fdescribe-snippets/lists"}