• Robert Knight's avatar
    Fix uncaught promise rejection warning in annotation test · cb336665
    Robert Knight authored
    The change in e5bf6d1e to use the same Promise polyfill
    in the tests as in the app exposed a test which tried
    to call a missing stub (flash.error).
    
    The error previously went unnoticed because it was reported
    via an unhandled Promise rejection. The core-js Promise polyfill
    however has a last-resort handler for uncaught promises so
    the error showed up.
    cb336665
Name
Last commit
Last update
..
test Loading commit data...
annotation.js Loading commit data...
deep-count.coffee Loading commit data...
dropdown-menu-btn.js Loading commit data...
excerpt.js Loading commit data...
form-input.coffee Loading commit data...
form-validate.coffee Loading commit data...
group-list.js Loading commit data...
h-autofocus.js Loading commit data...
login-form.js Loading commit data...
markdown.coffee Loading commit data...
publish-annotation-btn.js Loading commit data...
search-status-bar.js Loading commit data...
share-dialog.coffee Loading commit data...
sidebar-tutorial.js Loading commit data...
signin-control.js Loading commit data...
simple-search.coffee Loading commit data...
sort-dropdown.js Loading commit data...
spinner.js Loading commit data...
status-button.coffee Loading commit data...
thread-filter.coffee Loading commit data...
thread.coffee Loading commit data...
top-bar.js Loading commit data...
window-scroll.js Loading commit data...