From 4552d868ad9fb7ae661f76325c9a5b82b2ebb4d4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2020 00:22:38 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump mocha from 6.2.2 to 7.0.0 Bumps [mocha](https://github.com/mochajs/mocha) from 6.2.2 to 7.0.0. - [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.0.0) 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 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": { From c4ab606f37fd2b8b3eda0420c992efb030904f72 Mon Sep 17 00:00:00 2001 From: curbengh <43627182+curbengh@users.noreply.github.com> Date: Fri, 10 Jan 2020 07:49:30 +0000 Subject: [PATCH 2/2] test(mocha): migrate mocha.opts to yml --- .mocharc.yml | 1 + test/mocha.opts | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 .mocharc.yml delete mode 100644 test/mocha.opts 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/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