Current path: home/webdevt/www/wdp/wp-content/plugins/brizy/public/editor-client/
?? Go up: /home/webdevt/www/wdp/wp-content/plugins/brizy/public
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
rootDir: "src",
preset: "ts-jest",
testEnvironment: "node"
};