Skip to content

Commit 44eef83

Browse files
committed
add wait snippets
1 parent a0b95f6 commit 44eef83

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

package.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@
6262
"language": "javascript",
6363
"path": "./snippets/regex.json"
6464
},
65+
{
66+
"language": "javascript",
67+
"path": "./snippets/wait.json"
68+
},
6569
{
6670
"language": "javascriptreact",
6771
"path": "./snippets/import.json"
@@ -82,6 +86,10 @@
8286
"language": "javascriptreact",
8387
"path": "./snippets/regex.json"
8488
},
89+
{
90+
"language": "javascriptreact",
91+
"path": "./snippets/wait.json"
92+
},
8593
{
8694
"language": "vue",
8795
"path": "./snippets/import.json"
@@ -102,6 +110,10 @@
102110
"language": "vue",
103111
"path": "./snippets/regex.json"
104112
},
113+
{
114+
"language": "vue",
115+
"path": "./snippets/wait.json"
116+
},
105117
{
106118
"language": "typescript",
107119
"path": "./snippets/import.json"
@@ -122,6 +134,10 @@
122134
"language": "typescript",
123135
"path": "./snippets/regex.json"
124136
},
137+
{
138+
"language": "typescript",
139+
"path": "./snippets/wait.json"
140+
},
125141
{
126142
"language": "typescriptreact",
127143
"path": "./snippets/import.json"

0 commit comments

Comments
 (0)