File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " javascript-test-snippets" ,
3
- "description" : " Code snippets for JavaScript testing frameworks in ES6 syntax" ,
3
+ "description" : " Code snippets for JavaScript testing frameworks (mocha, jasmine and jest) in ES6 syntax" ,
4
4
"version" : " 0.0.1" ,
5
5
"displayName" : " JavaScript Test Snippets" ,
6
6
"publisher" : " JaredE" ,
7
- "icon" : " images/jasmine.png" ,
8
7
"license" : " SEE LICENSE IN LICENSE.md" ,
9
8
"repository" : {
10
9
"type" : " git" ,
15
14
},
16
15
"main" : " ./extension.js" ,
17
16
"categories" : [
17
+ " Programming Languages" ,
18
18
" Snippets"
19
19
],
20
+ "keywords" : [
21
+ " javascript" ,
22
+ " mocha" ,
23
+ " jest" ,
24
+ " jasmine" ,
25
+ " testing"
26
+ ],
20
27
"contributes" : {
21
28
"configuration" : {
22
29
"title" : " Javascript Test Frameworks" ,
55
62
},
56
63
"dependencies" : {
57
64
"lodash.merge" : " ^4.6.2"
58
- }
65
+ },
66
+ "pricing" : " Free"
59
67
}
You can’t perform that action at this time.
0 commit comments