Sha256: a0cf930d2666256e73299191618d5a58f005cc1bbf7733a7fdeb2aa169bd11d3

Contents?: true

Size: 319 Bytes

Versions: 5

Compression:

Stored size: 319 Bytes

Contents

this.suite1 = {
    'test one': function (test) {
        test.ok(true, 'everythings ok');
        setTimeout(function () {
            test.done();
        }, 10);
    },
    'apples and oranges': function (test) {
        test.equal('apples', 'oranges', 'comparing apples and oranges');
        test.done();
    }
};

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
trans-0.5.10 template/node_modules/grunt-contrib-nodeunit/node_modules/nodeunit/examples/browser/suite1.js
trans-0.5.9 template/node_modules/grunt-contrib-nodeunit/node_modules/nodeunit/examples/browser/suite1.js
mobile_template-0.0.3 templates/cordova_android/bin/node_modules/nodeunit/examples/browser/suite1.js
mobile_template-0.0.2 templates/cordova_android/bin/node_modules/nodeunit/examples/browser/suite1.js
mobile_template-0.0.1 templates/cordova_android/bin/node_modules/nodeunit/examples/browser/suite1.js