{"id":15666349,"url":"https://github.com/jwcnewton/jasmine-visualstudio-snippets","last_synced_at":"2025-03-30T04:25:51.795Z","repository":{"id":94440043,"uuid":"101170802","full_name":"jwcnewton/Jasmine-VisualStudio-Snippets","owner":"jwcnewton","description":"Jasmine Code snippets for Visual Studio :scissors: :scissors:","archived":false,"fork":false,"pushed_at":"2017-11-01T11:04:13.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-05T06:44:00.947Z","etag":null,"topics":["jasmine","jasmine-visualstudio-snippets","snippets","visual-studio"],"latest_commit_sha":null,"homepage":null,"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/jwcnewton.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":"2017-08-23T11:04:46.000Z","updated_at":"2017-08-23T11:04:46.000Z","dependencies_parsed_at":"2023-03-04T13:30:37.784Z","dependency_job_id":null,"html_url":"https://github.com/jwcnewton/Jasmine-VisualStudio-Snippets","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"fd3d7d42a56b15763b522638e16d58ad4f261407"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwcnewton%2FJasmine-VisualStudio-Snippets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwcnewton%2FJasmine-VisualStudio-Snippets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwcnewton%2FJasmine-VisualStudio-Snippets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwcnewton%2FJasmine-VisualStudio-Snippets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jwcnewton","download_url":"https://codeload.github.com/jwcnewton/Jasmine-VisualStudio-Snippets/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246276720,"owners_count":20751514,"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":["jasmine","jasmine-visualstudio-snippets","snippets","visual-studio"],"created_at":"2024-10-03T14:00:37.635Z","updated_at":"2025-03-30T04:25:51.778Z","avatar_url":"https://github.com/jwcnewton.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jasmine-VisualStudio-Snippets\nJasmine Code snippets for Visual Studio :scissors: :scissors:\n\nImport Code Snippets\n***\nBring up the code snippet menu in one of three ways:\n1. Press CTRL+K, CTRL+X.\n2. On the **Edit** menu, point to **IntelliSense**, and then click Insert **Snippet**.\n3. Right-click the mouse and then select the **Insert Snippet** command on the shortcut menu.\n\nSelect the import snippets and navigate to the snippets folder and import\n\n## The snippets\n\n\u003e Create a new test suite.\n\u003e Command: **desc**\n```javascript\ndescribe(\"\", function() {\n\n});\n```\n\u003e Create a new test.\n\u003e Command: **it**\n```javascript\nit(\"\", function() {\n  // Arrange\n\n  // Act\n\n  // Assert\n});\n```\n\u003e Create before each suite life cycle hook\n\u003e Command: **beforeE**\n```javascript\nbeforeEach(function() {\n\n});\n```\n\u003e Create after each suite life cycle hook\n\u003e Command: **afterE**\n```javascript\nafterEach(function() {\n\n});\n```\n\u003e Create before all  suite life cycle hook\n\u003e Command: **beforeA**\n```javascript\nbeforeAll(function() {\n\n});\n```\n\u003e Create after all suite life cycle hook\n\u003e Command: **afterA**\n```javascript\nafterAll(function() {\n\n});\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwcnewton%2Fjasmine-visualstudio-snippets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjwcnewton%2Fjasmine-visualstudio-snippets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwcnewton%2Fjasmine-visualstudio-snippets/lists"}