astro-ghostcms/.pnpm-store/v3/files/03/78cb4f462f275d2e953a6c972d3...

12 lines
196 B
Plaintext

'use strict';
var systemGlobal = require('../');
var test = require('tape');
var runTests = require('./tests');
test('as a function', function (t) {
runTests(systemGlobal(), t);
t.end();
});