diff --git a/package.json b/package.json index a048887..7ca9dbc 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "eslint": "^6.0.1", "eslint-config-hexo": "^4.0.0", "hexo-fs": "^2.0.0", - "mocha": "^6.0.2", + "mocha": "^7.1.2", "nyc": "^15.0.0" }, "engines": { diff --git a/test/.mocharc.yml b/test/.mocharc.yml new file mode 100644 index 0000000..3b6c175 --- /dev/null +++ b/test/.mocharc.yml @@ -0,0 +1 @@ +reporter: spec diff --git a/test/mocha.opts b/test/mocha.opts deleted file mode 100644 index fb5f824..0000000 --- a/test/mocha.opts +++ /dev/null @@ -1 +0,0 @@ ---reporter spec \ No newline at end of file