diff --git a/.mocharc.yml b/.mocharc.yml new file mode 100644 index 0000000..3b6c175 --- /dev/null +++ b/.mocharc.yml @@ -0,0 +1 @@ +reporter: spec diff --git a/package.json b/package.json index dc4cd9f..2c8a440 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "eslint": "^6.0.1", "eslint-config-hexo": "^4.1.0", "iferr": "^1.0.2", - "mocha": "^6.0.2", + "mocha": "^7.0.0", "nyc": "^14.1.1" }, "engines": { 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