global.js
1  'use strict';
2  
3  module.exports = function (t, a) {
4  	a.ok(t && typeof t === 'object');
5  };