From 1e258d11d08a5fd185c5299a0e3d5ff9ba0634f0 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Tue, 20 Dec 2011 09:58:26 +0100 Subject: feat(test): support it('should', pending); --- test/testabilityPatch.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/testabilityPatch.js') diff --git a/test/testabilityPatch.js b/test/testabilityPatch.js index 3615e3e1..13e726bb 100644 --- a/test/testabilityPatch.js +++ b/test/testabilityPatch.js @@ -217,3 +217,7 @@ function provideLog($provide) { return log; }); } + +function pending() { + dump('PENDING'); +}; -- cgit v1.2.3