Sha256: f5dcae1d76ab3b300da5ed76e055614f93a5298e6ef3ca25b73f82adf41d49ec
Contents?: true
Size: 356 Bytes
Versions: 14
Compression:
Stored size: 356 Bytes
Contents
'use strict'; var memoize = require('../plain'); module.exports = function (t, a) { memoize(function () {})(); a(typeof t.statistics, 'object', "Access to statistics"); a(Object.keys(t.statistics).length > 0, true, "Statistics collected"); a(typeof t.log, 'function', "Access to log function"); a(typeof t.log(), 'string', "Log outputs string"); };
Version data entries
14 entries across 7 versions & 1 rubygems