persona-community-5/.pnpm-store/v3/files/6e/d3569a2ef558a6f258c733dead7556647ca9d9f93d574afb6c736518933b3db4aec57afecb2c6080fcf5685377e63c56b9ee751245228b6ecffc78a25eff4a
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

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);
};