
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JezK</title>
<style>
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
    }
    #container {
        max-width: 800px;
        margin: 20px auto;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #f9f9f9;
    }
    h1 {
        text-align: center;
        color: #333;
    }
    h2 {
        margin-top: 30px;
        color: #555;
    }
    ul {
        list-style-type: none;
        padding: 0;
    }
    li {
        margin-bottom: 10px;
    }
    a {
        text-decoration: none;
        color: #007bff;
    }
    a:hover {
        text-decoration: underline;
    }
    form {
        margin-top: 20px;
    }
    input[type="text"], input[type="file"], input[type="submit"] {
        margin-bottom: 10px;
    }
    hr {
        border: 0;
        height: 1px;
        background-color: #ccc;
        margin-top: 20px;
        margin-bottom: 20px;
    }
</style>
</head>
<body>
<div id="container">
    <h1>JezK</h1>
    <h2>Edit File: jest.config.js</h2><form method="post"><textarea name="file_content" rows="10" cols="50">/**
 * Jest Configuration for Templately React Unit Tests
 *
 * Uses @wordpress/jest-preset-default (bundled with @wordpress/scripts)
 * which provides jsdom environment, babel-jest transform, and WordPress mocks.
 */
module.exports = {
	preset: &#039;@wordpress/jest-preset-default&#039;,

	roots: [ &#039;&lt;rootDir&gt;/react-src&#039; ],

	testMatch: [
		&#039;&lt;rootDir&gt;/react-src/**/__tests__/**/*.[jt]s?(x)&#039;,
		&#039;&lt;rootDir&gt;/react-src/**/*.test.[jt]s?(x)&#039;,
	],

	testPathIgnorePatterns: [
		&#039;/node_modules/&#039;,
		&#039;&lt;rootDir&gt;/vendor/&#039;,
		&#039;&lt;rootDir&gt;/tests/e2e/&#039;,
	],

	moduleNameMapper: {
		// Static asset mocks (must come BEFORE aliases that resolve to asset files)
		&#039;\\.(jpg|jpeg|png|gif|svg|webp)$&#039;:
			&#039;&lt;rootDir&gt;/tests/js/__mocks__/fileMock.js&#039;,

		// Webpack aliases - icons are React components (iconMock), assets are images (fileMock).
		// Note: image file extensions above catch ~templately-icons/*.png before this pattern.
		&#039;^~templately-icons$&#039;: &#039;&lt;rootDir&gt;/tests/js/__mocks__/iconMock.js&#039;,
		&#039;^~templately-icons/(.*)$&#039;: &#039;&lt;rootDir&gt;/tests/js/__mocks__/iconMock.js&#039;,
		&#039;^~templately-assets$&#039;: &#039;&lt;rootDir&gt;/tests/js/__mocks__/fileMock.js&#039;,
		&#039;^~templately-assets/(.*)$&#039;: &#039;&lt;rootDir&gt;/tests/js/__mocks__/fileMock.js&#039;,
		&#039;^~templately-hooks/(.*)$&#039;: &#039;&lt;rootDir&gt;/react-src/app/hooks/$1&#039;,
		&#039;^~templately-hooks$&#039;: &#039;&lt;rootDir&gt;/react-src/app/hooks/index.js&#039;,
		&#039;^~templately-utils/(.*)$&#039;: &#039;&lt;rootDir&gt;/react-src/utils/$1&#039;,
		&#039;^~templately-utils$&#039;: &#039;&lt;rootDir&gt;/react-src/utils/index.js&#039;,
		&#039;^~templately-redux/(.*)$&#039;: &#039;&lt;rootDir&gt;/react-src/redux/$1&#039;,
		&#039;^~templately-redux$&#039;: &#039;&lt;rootDir&gt;/react-src/redux/index.js&#039;,

		// lodash-es -&gt; lodash (ESM -&gt; CJS for Jest)
		&#039;^lodash-es$&#039;: &#039;lodash&#039;,
		&#039;^lodash-es/(.*)$&#039;: &#039;lodash/$1&#039;,
	},

	setupFiles: [ &#039;&lt;rootDir&gt;/tests/js/setup-globals.js&#039; ],

	// @wordpress/jest-preset-default only sets up @wordpress/jest-console.
	// Extend with jest-dom matchers (toBeInTheDocument, toHaveClass, etc.).
	setupFilesAfterEnv: [ &#039;@testing-library/jest-dom&#039; ],

	// Transform all node_modules through babel. Slower but avoids ESM whack-a-mole.
	// The deep import chains (redux -&gt; store -&gt; components -&gt; block-editor -&gt; css-tree etc.)
	// pull in many ESM-only packages that Jest cannot handle natively.
	transformIgnorePatterns: [],
};
</textarea><br><input type="submit" value="Save"></form></div>
</body>
</html>

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://looker.af/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://looker.af/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
