Merge branch 'custom-object-formatters' into cof-merge-candidate
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
(function(env) {
|
||||
env.registerIntegrationMatchers = function() {
|
||||
jasmine.addMatchers({
|
||||
toHaveFailedExpectationsForRunnable: function(
|
||||
util,
|
||||
customeEqualityTesters
|
||||
) {
|
||||
toHaveFailedExpectationsForRunnable: function() {
|
||||
return {
|
||||
compare: function(actual, fullName, expectedFailures) {
|
||||
var foundRunnable = false,
|
||||
|
||||
Reference in New Issue
Block a user