mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-09-09 08:07:22 +00:00
push all website files
This commit is contained in:
19
website/functions/node_modules/power-assert-formatter/lib/default-options.js
generated
vendored
Normal file
19
website/functions/node_modules/power-assert-formatter/lib/default-options.js
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = function defaultOptions () {
|
||||
return {
|
||||
lineDiffThreshold: 5,
|
||||
maxDepth: 1,
|
||||
outputOffset: 2,
|
||||
anonymous: 'Object',
|
||||
circular: '#@Circular#',
|
||||
lineSeparator: '\n',
|
||||
ambiguousEastAsianCharWidth: 2,
|
||||
renderers: [
|
||||
'./built-in/file',
|
||||
'./built-in/assertion',
|
||||
'./built-in/diagram',
|
||||
'./built-in/binary-expression'
|
||||
]
|
||||
};
|
||||
};
|
Reference in New Issue
Block a user