mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-09 05:16:23 +10:00
initiate jest
This commit is contained in:
@@ -5,3 +5,4 @@ node_modules
|
||||
TODOs.md
|
||||
packages/@vuepress/shared-utils/lib/
|
||||
types
|
||||
**/.vuepress/dist
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
"@vuepress/markdown": "^1.0.0-alpha.46",
|
||||
"@vuepress/markdown-loader": "^1.0.0-alpha.46",
|
||||
"@vuepress/plugin-last-updated": "^1.0.0-alpha.46",
|
||||
"@vuepress/plugin-public-files": "^1.0.0-alpha.46",
|
||||
"@vuepress/plugin-register-components": "^1.0.0-alpha.46",
|
||||
"@vuepress/shared-utils": "^1.0.0-alpha.46",
|
||||
"autoprefixer": "^7.1.2",
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
module.exports = {
|
||||
plugins: [
|
||||
[require('../../..')]
|
||||
]
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
<template>
|
||||
<Content />
|
||||
</template>
|
||||
@@ -11,6 +11,9 @@
|
||||
"url": "git+https://github.com/vuejs/vuepress.git",
|
||||
"directory": "packages/@vuepress/plugin-public-files"
|
||||
},
|
||||
"scripts": {
|
||||
"jest": "jest .*\\.spec\\.js$"
|
||||
},
|
||||
"keywords": [
|
||||
"documentation",
|
||||
"vue",
|
||||
|
||||
Reference in New Issue
Block a user