<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to write Javascript Unit Tests for AEM Client Libraries with Jest	</title>
	<atom:link href="https://sourcedcode.com/blog/aem/how-to-write-javascript-unit-tests-for-aem-client-libraries-with-jest/feed" rel="self" type="application/rss+xml" />
	<link>https://sourcedcode.com/blog/aem/how-to-write-javascript-unit-tests-for-aem-client-libraries-with-jest</link>
	<description>AEM Blog Made Just for You.</description>
	<lastBuildDate>Tue, 29 Dec 2020 16:05:35 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.8</generator>
	<item>
		<title>
		By: Bryan		</title>
		<link>https://sourcedcode.com/blog/aem/how-to-write-javascript-unit-tests-for-aem-client-libraries-with-jest#comment-509</link>

		<dc:creator><![CDATA[Bryan]]></dc:creator>
		<pubDate>Tue, 29 Dec 2020 16:05:35 +0000</pubDate>
		<guid isPermaLink="false">https://sourcedcode.com/?p=672#comment-509</guid>

					<description><![CDATA[Unit test in client libraries, pretty cool concept!]]></description>
			<content:encoded><![CDATA[<p>Unit test in client libraries, pretty cool concept!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Douglas		</title>
		<link>https://sourcedcode.com/blog/aem/how-to-write-javascript-unit-tests-for-aem-client-libraries-with-jest#comment-474</link>

		<dc:creator><![CDATA[Douglas]]></dc:creator>
		<pubDate>Mon, 21 Sep 2020 06:00:30 +0000</pubDate>
		<guid isPermaLink="false">https://sourcedcode.com/?p=672#comment-474</guid>

					<description><![CDATA[Thank you for sharing this! I really appreciate it!]]></description>
			<content:encoded><![CDATA[<p>Thank you for sharing this! I really appreciate it!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: sourced		</title>
		<link>https://sourcedcode.com/blog/aem/how-to-write-javascript-unit-tests-for-aem-client-libraries-with-jest#comment-466</link>

		<dc:creator><![CDATA[sourced]]></dc:creator>
		<pubDate>Sat, 23 May 2020 14:53:36 +0000</pubDate>
		<guid isPermaLink="false">https://sourcedcode.com/?p=672#comment-466</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://sourcedcode.com/blog/aem/how-to-write-javascript-unit-tests-for-aem-client-libraries-with-jest#comment-465&quot;&gt;Shree&lt;/a&gt;.

@Shree, from the Adobe Repo Nexus, I don&#039;t see the eirslett artifact from here https://repo.adobe.com/nexus/content/groups/public/com/github/, however, you can include the eirslett maven plugin as a maven dependency within your AEM project (https://mvnrepository.com/artifact/com.github.eirslett/frontend-maven-plugin). If your company uses its own nexus repo, be sure to upload the maven plugin artifact into the repo.

Also, Please review the latest AEM project archetype 23 as this project uses the com.github.eirslett plugin: https://github.com/adobe/aem-project-archetype/blob/master/src/main/archetype/pom.xml]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://sourcedcode.com/blog/aem/how-to-write-javascript-unit-tests-for-aem-client-libraries-with-jest#comment-465">Shree</a>.</p>
<p>@Shree, from the Adobe Repo Nexus, I don&#8217;t see the eirslett artifact from here <a href="https://repo.adobe.com/nexus/content/groups/public/com/github/" rel="nofollow ugc">https://repo.adobe.com/nexus/content/groups/public/com/github/</a>, however, you can include the eirslett maven plugin as a maven dependency within your AEM project (<a href="https://mvnrepository.com/artifact/com.github.eirslett/frontend-maven-plugin" rel="nofollow ugc">https://mvnrepository.com/artifact/com.github.eirslett/frontend-maven-plugin</a>). If your company uses its own nexus repo, be sure to upload the maven plugin artifact into the repo.</p>
<p>Also, Please review the latest AEM project archetype 23 as this project uses the com.github.eirslett plugin: <a href="https://github.com/adobe/aem-project-archetype/blob/master/src/main/archetype/pom.xml" rel="nofollow ugc">https://github.com/adobe/aem-project-archetype/blob/master/src/main/archetype/pom.xml</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Shree		</title>
		<link>https://sourcedcode.com/blog/aem/how-to-write-javascript-unit-tests-for-aem-client-libraries-with-jest#comment-465</link>

		<dc:creator><![CDATA[Shree]]></dc:creator>
		<pubDate>Wed, 20 May 2020 16:04:22 +0000</pubDate>
		<guid isPermaLink="false">https://sourcedcode.com/?p=672#comment-465</guid>

					<description><![CDATA[Plugin com.github.eirslett:frontend-maven-plugin:1.6 or one of its dependencies could not be resolved: Failed to read artifact descriptor for com.github.eirslett:frontend-maven-plugin:jar:1.6: Could not transfer artifact com.github.eirslett:frontend-maven-plugin:pom:1.6 from/to adobe-public-releases (https://repo.adobe.com/nexus/content/groups/public): connect timed out -&#062; [Help 1]
[ERROR] 
Am Getting the above error, its not able to download the dependencies. can someone please help.]]></description>
			<content:encoded><![CDATA[<p>Plugin com.github.eirslett:frontend-maven-plugin:1.6 or one of its dependencies could not be resolved: Failed to read artifact descriptor for com.github.eirslett:frontend-maven-plugin:jar:1.6: Could not transfer artifact com.github.eirslett:frontend-maven-plugin:pom:1.6 from/to adobe-public-releases (<a href="https://repo.adobe.com/nexus/content/groups/public" rel="nofollow ugc">https://repo.adobe.com/nexus/content/groups/public</a>): connect timed out -&gt; [Help 1]<br />
[ERROR]<br />
Am Getting the above error, its not able to download the dependencies. can someone please help.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
