Part 6: Update browser and dom tests to follow displayName change

Issue #78
This commit is contained in:
janekptacijarabaci 2018-03-19 16:17:28 +01:00 committed by Roy Tam
commit 2c3fecf0f3

View file

@ -93,7 +93,7 @@ doTest@${ourFile}:56:7
checkExn.bind(null, 90, "ReferenceError",
"thereIsNoSuchContentFunction3 is not defined",
undefined, ourFile, 6,
`doTest/<.then@${ourFile}:90:32
`then@${ourFile}:90:32
` + (asyncStack ? `Async*doTest@${ourFile}:89:7\n` + parentFrame : ""))),
t.testPromiseWithDOMExceptionThrowingPromiseInit().then(
ensurePromiseFail.bind(null, 7),