mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
feat(test): support it('should', pending);
This commit is contained in:
parent
81a6601e05
commit
1e258d11d0
1 changed files with 4 additions and 0 deletions
|
|
@ -217,3 +217,7 @@ function provideLog($provide) {
|
|||
return log;
|
||||
});
|
||||
}
|
||||
|
||||
function pending() {
|
||||
dump('PENDING');
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue