From 0b24ab5c9a831fe11d73ebfb2debd48966be5537 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2020 22:26:28 +0800 Subject: [PATCH] chore(deps-dev): bump mocha from 6.2.3 to 7.1.2 (#36) * chore(deps-dev): bump mocha from 6.2.3 to 7.1.2 Bumps [mocha](https://github.com/mochajs/mocha) from 6.2.3 to 7.1.2. - [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.3...v7.1.2) Signed-off-by: dependabot-preview[bot] * Update and rename mocha.opts to .mocharc.yml Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Sukka --- package.json | 2 +- test/.mocharc.yml | 1 + test/mocha.opts | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 test/.mocharc.yml delete mode 100644 test/mocha.opts 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