Skip to content

Commit 48aff6e

Browse files
author
mrsteele
committed
fix(): Adding a fix to the tests on older versions of node (iojs-3 - 0.10).
1 parent fa24b99 commit 48aff6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/mocha.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const expect = chai.expect;
99
JSON.truncate = require('../');
1010

1111
// Helper
12-
const createDeep = levels => {
12+
const createDeep = function(levels) {
1313

1414
const createALevel = (obj, level) => {
1515
obj.bool = true;

0 commit comments

Comments
 (0)