diff options
Diffstat (limited to 'test/testabilityPatch.js')
| -rw-r--r-- | test/testabilityPatch.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/testabilityPatch.js b/test/testabilityPatch.js index cb1432f7..293553da 100644 --- a/test/testabilityPatch.js +++ b/test/testabilityPatch.js @@ -135,3 +135,6 @@ function assertThrows(error, fn){ } assertEquals(error, exception); } + +log = noop; +error = noop;
\ No newline at end of file |
