From 37123cd2858b4e318ed8109af745312df4848577 Mon Sep 17 00:00:00 2001 From: Ken Sheedlo Date: Tue, 13 Aug 2013 15:30:52 -0700 Subject: feat(minerr): log minerr doc url in development Closes #3566 --- test/jqLiteSpec.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/jqLiteSpec.js') diff --git a/test/jqLiteSpec.js b/test/jqLiteSpec.js index 913e6192..79c0d0c6 100644 --- a/test/jqLiteSpec.js +++ b/test/jqLiteSpec.js @@ -900,15 +900,15 @@ describe('jqLite', function() { expect(function() { elm.on('click', anObj, callback); - }).toThrowMatching(/\[jqLite\:onargs\]/); + }).toThrowMinErr('jqLite', 'onargs'); expect(function() { elm.on('click', null, aString, callback); - }).toThrowMatching(/\[jqLite\:onargs\]/); + }).toThrowMinErr('jqLite', 'onargs'); expect(function() { elm.on('click', aValue, callback); - }).toThrowMatching(/\[jqLite\:onargs\]/); + }).toThrowMinErr('jqLite', 'onargs'); }); } -- cgit v1.2.3