MCPcopy Create free account
hub / github.com/bailicangdu/react-pxq / process

Function process

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

Source from the content-addressed store, hash-verified

13
14module.exports = {
15 process() {
16 return 'module.exports = {};';
17 },
18 getCacheKey() {
19 // The output is always the same.
20 return 'cssTransform';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected