We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2b41b2 commit 4228e0aCopy full SHA for 4228e0a
spec/$delay.spec.js
@@ -20,7 +20,7 @@ describe('$delay instruction - delayed evaluation', function() {
20
callsResolutions = getPromise.callsResolutions = [];
21
});
22
23
- it.skip('should delay $wait milliseconds', function (){
+ it('should delay $wait milliseconds', function (){
24
var result;
25
26
var script = {
0 commit comments