astro-ghostcms/.pnpm-store/v3/files/6e/d3569a2ef558a6f258c733dead7...

14 lines
349 B
Plaintext

/**
* @fileoverview JSON reporter
* @author Burak Yigit Kaya aka BYK
*/
"use strict";
//------------------------------------------------------------------------------
// Public Interface
//------------------------------------------------------------------------------
module.exports = function(results) {
return JSON.stringify(results);
};