Skip to content

Commit 803eb6d

Browse files
authored
Merge pull request JaredAAT#9 from JaredAAT/genericise-for-all-frameworks
Genericise for all frameworks
2 parents 66f09ff + 3209382 commit 803eb6d

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Jasmine
2-
## VS Code Jasmine snippets
2+
## VS Code JavaScript testing framework snippets
33
-------------------
44

55
<!-- [![Version](https://vsmarketplacebadge.apphb.com/version/xabikos.JasmineSnippets.svg)](https://marketplace.visualstudio.com/items?itemName=xabikos.JasmineSnippets)
66
[![Installs](https://vsmarketplacebadge.apphb.com/installs/xabikos.JasmineSnippets.svg)](https://marketplace.visualstudio.com/items?itemName=xabikos.JasmineSnippets)
77
[![Ratings](https://vsmarketplacebadge.apphb.com/rating/xabikos.JasmineSnippets.svg)](https://marketplace.visualstudio.com/items?itemName=xabikos.JasmineSnippets) -->
88

9-
This extension contains code snippets for [Jasmine][jasmine] test framework and is based on the awesome [sublime-jasmine][sublime-jusmine] package by [@NicoSantangelo][NicoSantangelo].
9+
This extension contains code snippets for various JavaScript testing frameworks, based off of the [Jasmine][jasmine] test framework and is based on the awesome [sublime-jasmine][sublime-jusmine] package by [@NicoSantangelo][NicoSantangelo].
1010

1111
[Original][original] credit should goto [xabikos][xabikos] for writing this extension.
1212

package-lock.json

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "JasmineSnippets",
3-
"description": "Code snippets for JavaScript Jasmine test framework in ES6 syntax",
4-
"version": "1.3.0",
5-
"displayName": "Jasmine code snippets",
2+
"name": "javascript-test-snippets",
3+
"description": "Code snippets for JavaScript testing frameworks in ES6 syntax",
4+
"version": "1.4.0",
5+
"displayName": "JavaScript Test Snippets",
66
"publisher": "JaredE",
77
"icon": "images/jasmine.png",
88
"license": "SEE LICENSE IN LICENSE.md",

0 commit comments

Comments
 (0)