Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 1e258d1

Browse files
committed
feat(test): support it('should', pending);
1 parent 81a6601 commit 1e258d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/testabilityPatch.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,3 +217,7 @@ function provideLog($provide) {
217217
return log;
218218
});
219219
}
220+
221+
function pending() {
222+
dump('PENDING');
223+
};

0 commit comments

Comments
 (0)