UNPKG

sentence-similarity

Version:
22 lines (21 loc) 804 B
{ displayStacktrace: 'summary', // display stacktrace for each failed assertion, values: (all|specs|summary|none) displayFailuresSummary: true, // display summary of all failures after execution displayPendingSummary: true, // display summary of all pending specs after execution displaySuccessfulSpec: true, // display each successful spec displayFailedSpec: true, // display each failed spec displayPendingSpec: false, // display each pending spec displaySpecDuration: true, // display each spec duration displaySuiteNumber: true, // display each suite number (hierarchical) colors: { success: 'green', failure: 'red', pending: 'yellow' }, prefixes: { success: '✓ ', failure: '✗ ', pending: '* ' }, customProcessors: [] }