Skip to content

Commit

Permalink
fix(): Adding a fix to the tests on older versions of node (iojs-3 - …
Browse files Browse the repository at this point in the history
…0.10).
  • Loading branch information
mrsteele committed Jun 28, 2016
1 parent fa24b99 commit 48aff6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mocha.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const expect = chai.expect;
JSON.truncate = require('../');

// Helper
const createDeep = levels => {
const createDeep = function(levels) {

const createALevel = (obj, level) => {
obj.bool = true;
Expand Down

0 comments on commit 48aff6e

Please sign in to comment.