Sha256: db3104cc7a8802be12a958c34c3962a6c86c9a0431959cade0b70b58010a07d9

Contents?: true

Size: 503 Bytes

Versions: 24

Compression:

Stored size: 503 Bytes

Contents

/**
 * @author thatcher
 */

(function(Q){

    Q.describe('Window Timer',{

        before:function(){
            //setup
        },
        after:function(){
            //tear down
        }    
        
    }).should('provide the required w3c interfaces', function(){

        expect(4);
        ok(setTimeout,      'setTimeout');
        ok(setInterval,     'setInterval');
        ok(clearTimeout,    'clearTimeout');
        ok(clearInterval,   'clearInterval');
        
    });
    
})(QUnit);

Version data entries

24 entries across 24 versions & 4 rubygems

Version Path
envjs19-0.3.8.20101029121421 test/specs/window/timer.js
envjs-0.3.8 test/specs/window/timer.js
envjs-0.3.7 test/specs/window/timer.js
envjs-0.3.6 test/specs/window/timer.js
envjs-0.3.5 test/specs/window/timer.js
envjs-0.3.4 test/specs/window/timer.js
envjs-0.3.3 test/specs/window/timer.js
envjs-0.3.2 test/specs/window/timer.js
envjs-0.3.1 test/specs/window/timer.js
envjs-0.3.0 test/specs/window/timer.js
envjs-0.2.0 test/specs/window/timer.js
envjs-0.1.7 test/specs/window/timer.js
envjs-0.1.6 test/specs/window/timer.js
envjs-0.1.5 test/specs/window/timer.js
envjs-0.1.4 test/specs/window/timer.js
envjs-0.1.3 test/specs/window/timer.js
harmony-0.5.1 vendor/envjs/test/specs/window/timer.js
harmony-0.5 vendor/envjs/test/specs/window/timer.js
envjs-0.1.2 test/specs/window/timer.js
envjs-0.1.1 test/specs/window/timer.js