astro-ghostcms/.pnpm-store/v3/files/e0/590a2b2f5a561e5f27430415e02...

13 lines
181 B
Plaintext

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