mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 09:27:49 +00:00
Excuse assert count expected error in Backbone and add support for excusing them qunit-extras.
This commit is contained in:
@@ -33,6 +33,15 @@
|
||||
QUnit.config.asyncRetries = 10;
|
||||
QUnit.config.hidepassed = true;
|
||||
|
||||
// excuse tests we intentionally fail or those with problems
|
||||
QUnit.config.excused = {
|
||||
'Backbone.Router': {
|
||||
'#1695 - hashChange to pushState with search.': [
|
||||
'Expected 1 assertions, but 0 were run'
|
||||
]
|
||||
}
|
||||
};
|
||||
|
||||
// load Lo-Dash
|
||||
if (!ui.isModularize) {
|
||||
document.write('<script src="' + ui.buildPath + '"><\/script>');
|
||||
|
||||
Reference in New Issue
Block a user