Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2018-12-10 14:08:55 +0300
committerWinnie Hellmann <winnie@gitlab.com>2018-12-11 17:03:59 +0300
commit4b3573f2e9a2b5bc690597845e05819f224b7d4c (patch)
tree750b463cb8d2a150c3833312354ba0e8c52a122f /package.json
parentb388111f6ed5181c357f5c37277f16c6ae234f5a (diff)
Setup Jest for Vue
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 52c211f7afb..41011a22ce0 100644
--- a/package.json
+++ b/package.json
@@ -157,6 +157,7 @@
"karma-webpack": "^4.0.0-beta.0",
"nodemon": "^1.18.4",
"prettier": "1.15.2",
+ "vue-jest": "^3.0.1",
"webpack-dev-server": "^3.1.10"
}
}