Skip to content

Commit ecff219

Browse files
committed
Fixed ES5 compatible
1 parent 4ae66ab commit ecff219

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test/v1/tck/steps/util.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ NODE = 'node';
1010
PATH = 'path';
1111

1212
module.exports = {
13-
literalTableToTestObject,
14-
literalValueToTestValue,
15-
compareValues,
16-
sizeOfObject,
17-
clone,
18-
printable
13+
literalTableToTestObject: literalTableToTestObject,
14+
literalValueToTestValue: literalValueToTestValue,
15+
compareValues: compareValues,
16+
sizeOfObject: sizeOfObject,
17+
clone: clone,
18+
printable: printable
1919
};
2020

2121
function literalTableToTestObject(literalResults) {

0 commit comments

Comments
 (0)