discourse/test
David Taylor 584021ca38 DEV: Correct error handling in run-qunit
runAllTests is an async function, so the try/catch block does not help. The function always returns a promise, so we need to use `.catch` to handle errors. Previously, raised errors were ignored, and the process continued running until it timed out.
2019-12-11 16:50:31 +00:00
..
javascripts Use sandbox.restore() to try improve bookmark-test 2019-12-11 19:00:37 +10:00
stylesheets Manage qunit via yarn. 2018-09-11 15:07:28 +08:00
run-qunit.js DEV: Correct error handling in run-qunit 2019-12-11 16:50:31 +00:00
smoke_test.js DEV: Add option to login at beginning of smoke tests 2019-11-14 18:28:15 +01:00