Skip to content

Commit 8b0bb05

Browse files
✨ Add package.json
1 parent 0717d02 commit 8b0bb05

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

package.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "vue-test-actions",
3+
"version": "1.0.0",
4+
"description": "✅ Unit testing Vuex actions with Jest mocks.",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/biigpongsatorn/vue-test-actions.git"
12+
},
13+
"keywords": [
14+
"testing",
15+
"test",
16+
"vuex",
17+
"actions",
18+
"jets",
19+
"mock"
20+
],
21+
"author": "biig_pongsatorn <biig_pongsatorn@hotmail.com>",
22+
"license": "MIT",
23+
"bugs": {
24+
"url": "https://github.com/biigpongsatorn/vue-test-actions/issues"
25+
},
26+
"homepage": "https://github.com/biigpongsatorn/vue-test-actions#readme"
27+
}

0 commit comments

Comments
 (0)