persona-community-5/.pnpm-store/v3/files/35/ed491cfa760279307ee0a27b39dc2473cb76b2da97c32af493d8d0065c3c9230b3fc58a73096b1d0fb71cd1209cd6fe9f06a2feb5d5636599735de8daa255a
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

8 lines
220 B
Plaintext

'use strict';
if (process.env.NODE_ENV === 'production') {
module.exports = require('./cjs/react-dom-test-utils.production.min.js');
} else {
module.exports = require('./cjs/react-dom-test-utils.development.js');
}