mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-09-04 22:17:22 +00:00
push all website files
This commit is contained in:
13
website/functions/node_modules/power-assert-renderer-comparison/lib/default-options.js
generated
vendored
Normal file
13
website/functions/node_modules/power-assert-renderer-comparison/lib/default-options.js
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = function defaultOptions () {
|
||||
return {
|
||||
lineDiffThreshold: 5,
|
||||
maxDepth: 2,
|
||||
indent: null,
|
||||
outputOffset: 2,
|
||||
anonymous: 'Object',
|
||||
circular: '#@Circular#',
|
||||
lineSeparator: '\n'
|
||||
};
|
||||
};
|
Reference in New Issue
Block a user