mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-25 22:33:44 +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;
|
return log;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function pending() {
|
||||||
|
dump('PENDING');
|
||||||
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue