MCPcopy Create free account
hub / github.com/remy/jsconsole / process

Function process

config/jest/cssTransform.js:7–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5
6module.exports = {
7 process() {
8 return 'module.exports = {};';
9 },
10 getCacheKey() {
11 // The output is always the same.
12 return 'cssTransform';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected