Skip to content

Commit 0b9dbdc

Browse files
committed
add ,
1 parent aa7d016 commit 0b9dbdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dds/tree/src/test/memory/.mocharc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const extendedConfig = {
2222
"node-option": [...baseNodeOptions, "expose-gc", "gc-global", "unhandled-rejections=strict"], // without leading "--"
2323
"reporter": "@fluid-tools/benchmark/dist/MochaReporter.js",
2424
"reporterOptions": ["reportDir=.memoryTestsOutput/"],
25-
"timeout": "90000"
25+
"timeout": "90000",
2626
};
2727

2828
module.exports = extendedConfig;

0 commit comments

Comments
 (0)