From c209f3ec5c672e0e2d8c46003e3315d833343f27 Mon Sep 17 00:00:00 2001 From: Philip Whitehouse Date: Thu, 26 Oct 2023 13:45:49 +0100 Subject: [PATCH] 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})