We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0717d02 commit 8b0bb05Copy full SHA for 8b0bb05
package.json
@@ -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