Skip to content

Commit

Permalink
Try repointing self ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Whitehouse committed Oct 26, 2023
1 parent ddafa06 commit f69b133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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})
Expand Down

0 comments on commit f69b133

Please sign in to comment.