@ephox/bedrock-common
Advanced tools
Comparing version 15.0.0-alpha.6 to 15.0.0-alpha.7
@@ -40,5 +40,6 @@ import * as Differ from './Differ'; | ||
const extractAssertionErrorData = (e) => { | ||
var _a; | ||
const actual = stringify(e.actual); | ||
const expected = stringify(e.expected); | ||
const message = `Assertion error: ${e.message ?? ''}`; | ||
const message = `Assertion error: ${(_a = e.message) !== null && _a !== void 0 ? _a : ''}`; | ||
if (e.showDiff !== false) { | ||
@@ -45,0 +46,0 @@ return { |
{ | ||
"name": "@ephox/bedrock-common", | ||
"version": "15.0.0-alpha.6", | ||
"version": "15.0.0-alpha.7", | ||
"author": "Tiny Technologies Inc", | ||
@@ -26,3 +26,3 @@ "license": "Apache-2.0", | ||
}, | ||
"gitHead": "45fb4a368bd8b4a24f83045854ec39a62c48b5a9" | ||
"gitHead": "5cf4b07a3a6d9d24f765cab9bee851c05a0a675b" | ||
} |
Sorry, the diff of this file is not supported yet
91347
1731