From 66efd7af6d19a1f9a65c412c54c6dfeabfa29dea Mon Sep 17 00:00:00 2001 From: Philip Whitehouse Date: Thu, 26 Oct 2023 13:36:58 +0100 Subject: [PATCH 1/2] Update mocha to 10.2.0 (latest version) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2dbb977..51b5f99 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "dependencies": { "dargs": "^7.0.0", "execa": "^5.0.0", - "mocha": "^8.3.0", + "mocha": "^10.2.0", "plugin-error": "^1.0.1", "supports-color": "^8.1.1", "through2": "^4.0.2" From c209f3ec5c672e0e2d8c46003e3315d833343f27 Mon Sep 17 00:00:00 2001 From: Philip Whitehouse Date: Thu, 26 Oct 2023 13:45:49 +0100 Subject: [PATCH 2/2] Try repointing self ref --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index a8ca47a..a411f95 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -1,6 +1,6 @@ 'use strict'; const gulp = require('gulp'); -const mocha = require('.'); +const mocha = require('index.js'); exports.default = () => ( gulp.src('test/fixtures/fixture-pass.js', {read: false})