diff options
Diffstat (limited to 'test/testabilityPatch.js')
| -rw-r--r-- | test/testabilityPatch.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testabilityPatch.js b/test/testabilityPatch.js index 1b4f11ba..1b954ea6 100644 --- a/test/testabilityPatch.js +++ b/test/testabilityPatch.js @@ -54,7 +54,7 @@ afterEach(function() { }); }); if (count) { - fail('Found jqCache references that were not deallocated!'); + throw new Error('Found jqCache references that were not deallocated!'); } }); |
