From d9e83a3f51046f5fbb4bfca07d4797ba67f00dd7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2020 05:25:10 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump mocha from 6.2.2 to 7.1.1 Bumps [mocha](https://github.com/mochajs/mocha) from 6.2.2 to 7.1.1. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v6.2.2...v7.1.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" From 59894061380b546166892806639c393a67c1c376 Mon Sep 17 00:00:00 2001 From: Sukka Date: Sat, 25 Apr 2020 16:32:31 +0800 Subject: [PATCH 2/2] Update and rename mocha.opts to .mocharc.yml --- test/.mocharc.yml | 1 + test/mocha.opts | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 test/.mocharc.yml delete mode 100644 test/mocha.opts 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