Skip to content

Commit

Permalink
rename fixtures to have .fixture.js extension
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed May 5, 2020
1 parent 240cb3d commit 65daa9a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions test/node-unit/mocha.spec.js
Expand Up @@ -6,8 +6,8 @@ const {createSandbox} = require('sinon');

describe('Mocha', function() {
const opts = {reporter: utils.noop}; // no output
const dumbFilepath = require.resolve('./fixtures/dumb-module');
const dumberFilepath = require.resolve('./fixtures/dumber-module');
const dumbFilepath = require.resolve('./fixtures/dumb-module.fixture.js');
const dumberFilepath = require.resolve('./fixtures/dumber-module.fixture.js');

let mocha;
let sandbox;
Expand Down

0 comments on commit 65daa9a

Please sign in to comment.