Skip to content

Commit

Permalink
Add icon for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexesprit committed May 21, 2020
1 parent bde1dc7 commit 6bc62de
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Empty file added samples/sample.spec.js
Empty file.
18 changes: 18 additions & 0 deletions src/data/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,20 @@
"twig",
"xsd"
],
"test": [
{
"names": [
"spec",
"test"
],
"templates": [
"${name}.js",
"${name}.jsx",
"${name}.ts",
"${name}.tsx"
]
}
],
"todo": [
"todo"
]
Expand Down Expand Up @@ -675,6 +689,10 @@
"iconColor": "@yellow",
"iconName": "code"
},
"test": {
"iconColor": "@green",
"iconName": "beaker"
},
"todo": {
"iconColor": "@cyan",
"iconName": "checklist"
Expand Down

0 comments on commit 6bc62de

Please sign in to comment.