Skip to content

Commit

Permalink
fix busted require
Browse files Browse the repository at this point in the history
you can't do this in the browser
  • Loading branch information
boneskull committed Feb 4, 2019
1 parent ce31d1f commit bd114f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/throw.spec.js
Expand Up @@ -2,7 +2,7 @@

/* eslint no-throw-literal: off */

var Mocha = require('../..');
var Mocha = require('../../lib/mocha');
var Suite = Mocha.Suite;
var Test = Mocha.Test;
var Runnable = Mocha.Runnable;
Expand Down

0 comments on commit bd114f0

Please sign in to comment.