astro-ghostcms/.pnpm-store/v3/files/8a/973891650ce3800e67e409a3998...

12 lines
198 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
'use strict';
var getPrototypeOf = require('../');
var test = require('tape');
var runTests = require('./tests');
test('as a function', function (t) {
runTests(getPrototypeOf, t);
t.end();
});