Skip to content

Commit

Permalink
Merge pull request #1476 from defunctzombie/patch-1
Browse files Browse the repository at this point in the history
fix require example usage
  • Loading branch information
Travis Jeffery committed Dec 21, 2014
2 parents e4f4371 + 7aa996a commit 78a881e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ Testing asynchronous code with Mocha could not be simpler! Simply invoke the cal

var testCase = require('mocha').describe
var pre = require('mocha').before
var assertions = require('mocha').assertions
var assertions = require('mocha').it
var assert = require('assert')

testCase('Array', function(){
Expand Down

0 comments on commit 78a881e

Please sign in to comment.