Sha256: 4472d761cda205343eeeb434edc9859f16cd06633140d11760faff0d1a916269
Contents?: true
Size: 431 Bytes
Versions: 10
Compression:
Stored size: 431 Bytes
Contents
var vows = require('../../../lib/vows'), assert = require('assert'); var obvious; vows.describe('stderr').addBatch({ 'Obvious test': obvious = { topic: function () { this.callback(null, true); }, 'should work': function (result) { console.error('oh no!'); assert.ok(result); } }, 'Obvious test #2': obvious, 'Obvious test #3': obvious, 'Obvious test #4': obvious }).export(module);
Version data entries
10 entries across 10 versions & 1 rubygems