Skip to content

Commit

Permalink
[[FEAT]] Add pending to Jasmine's globals
Browse files Browse the repository at this point in the history
Jasmine supports a pending() global to mark tests as pending

Fixes #2154
  • Loading branch information
mrjoelkemp authored and jugglinmike committed Aug 8, 2015
1 parent 06eb1d2 commit 02790b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/vars.js
Original file line number Diff line number Diff line change
Expand Up @@ -715,5 +715,6 @@ exports.jasmine = {
afterAll : false,
fail : false,
fdescribe : false,
fit : false
fit : false,
pending : false
};

0 comments on commit 02790b9

Please sign in to comment.