Skip to content

Commit 4228e0a

Browse files
committed
enable "$delay" test
1 parent c2b41b2 commit 4228e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/$delay.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ describe('$delay instruction - delayed evaluation', function() {
2020
callsResolutions = getPromise.callsResolutions = [];
2121
});
2222

23-
it.skip('should delay $wait milliseconds', function (){
23+
it('should delay $wait milliseconds', function (){
2424
var result;
2525

2626
var script = {

0 commit comments

Comments
 (0)