Skip to content
This repository was archived by the owner on Nov 20, 2019. It is now read-only.

Commit 2f99dfb

Browse files
committed
chore: specify jest environment
1 parent cd3ae50 commit 2f99dfb

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

__tests__/index.spec.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* @jest-environment node
3+
*/
4+
15
const { resolve } = require('path')
26
const { readFileSync } = require('fs')
37
const { createApp } = require('@vuepress/core')

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "vuepress-plugin-dehydrate",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"main": "src/index.js",
55
"description": "A VuePress plugin to dehydrate generated HTML files.",
66
"author": "Shigma <[email protected]>",
77
"license": "MIT",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/vuepress-contrib/vuepress-plugin-dehydrate.git"
10+
"url": "https://github.com/vuepress/vuepress-plugin-dehydrate.git"
1111
},
1212
"bugs": {
13-
"url": "https://github.com/vuepress-contrib/vuepress-plugin-dehydrate/issues"
13+
"url": "https://github.com/vuepress/vuepress-plugin-dehydrate/issues"
1414
},
1515
"homepage": "https://vuepress.github.io/plugins/dehydrate.html",
1616
"scripts": {

0 commit comments

Comments
 (0)