78cb4f462f275d2e953a6c972d3024dd3200c460976335c528404c13550aea4a7ec20c30cdbc9b52d0ad56a1371550d05a60f60f24081520d63b55131e195a 196 B

1234567891011
  1. 'use strict';
  2. var systemGlobal = require('../');
  3. var test = require('tape');
  4. var runTests = require('./tests');
  5. test('as a function', function (t) {
  6. runTests(systemGlobal(), t);
  7. t.end();
  8. });