• 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
..
annotation-test.js Loading commit data...
excerpt-test.js Loading commit data...
form-input-test.coffee Loading commit data...
form-validate-test.coffee Loading commit data...
group-list-test.js Loading commit data...
publish-annotation-btn-test.js Loading commit data...
search-status-bar-test.js Loading commit data...
share-dialog-test.coffee Loading commit data...
sidebar-tutorial-test.js Loading commit data...
simple-search-test.coffee Loading commit data...
sort-dropdown-test.js Loading commit data...
spinner-test.js Loading commit data...
status-button-test.coffee Loading commit data...
thread-test.coffee Loading commit data...
util.js Loading commit data...
window-scroll-test.js Loading commit data...