diff --git a/package.json b/package.json index 56bd2f0..9a6fc83 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "devDependencies": { "chai": "^4.2.0", "hexo": "^4.0.0", - "mocha": "^6.0.2", + "mocha": "^7.1.1", "eslint": "^6.0.1", "eslint-config-hexo": "^4.1.0", "nyc": "^15.0.0" 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