<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>windows &#8211; TimJRobinson</title>
	<atom:link href="/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>/</link>
	<description>Always be learning</description>
	<lastBuildDate>Tue, 27 Nov 2012 10:00:04 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.1</generator>
	<item>
		<title>How to stop NodeJS Mocha unit testing console beeping</title>
		<link>/how-to-stop-nodejs-mocha-unit-testing-console-beeping/</link>
					<comments>/how-to-stop-nodejs-mocha-unit-testing-console-beeping/#respond</comments>
		
		<dc:creator><![CDATA[Tim Robinson]]></dc:creator>
		<pubDate>Tue, 27 Nov 2012 10:00:04 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mocha]]></category>
		<category><![CDATA[nodejs]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[unit testing]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">http://ec2-52-36-187-147.us-west-2.compute.amazonaws.com/how-to-stop-nodejs-mocha-unit-testing-console-beeping/</guid>

					<description><![CDATA[Thought I&#8217;d create this post to save others the 20 minutes I wasted wondering why NodeJS and Mocha Tests were making my console bleep over and over. The problem isn&#8217;t with node, it&#8217;s with windows console beeping whenever the console.error command is sent to it (I believe). You can disable the bleeping by following the <a class="read-more" href="/how-to-stop-nodejs-mocha-unit-testing-console-beeping/">&#8230;&#160;<span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>Thought I&#8217;d create this post to save others the 20 minutes I wasted wondering why NodeJS and Mocha Tests were making my console bleep over and over.</p>
<p>The problem isn&#8217;t with node, it&#8217;s with windows console beeping whenever the console.error command is sent to it (I believe).</p>
<p>You can disable the bleeping by following the instructions here:</p>
<p><a href="http://superuser.com/questions/10575/turning-off-the-cmd-window-beep-sound">http://superuser.com/questions/10575/turning-off-the-cmd-window-beep-sound</a></p>
<p>The instructions are also below in case this link is ever broken in the future:</p>
<blockquote><p> The Windows command line command &#8220;net stop beep&#8221; will turn off the beeping, and &#8220;net start beep&#8221; will turn on the beeping.</p></blockquote>
<p>And how to disable it permanently:</p>
<blockquote>
<ol>
<li>Right-click My Computer and select Manage.</li>
<li>Expand System Tools and select Device Manager.</li>
<li>From the View menu, select Show hidden devices.</li>
<li>Expand Non-Plug and Play Drivers.</li>
<li>Right-click Beep, and select Properties.</li>
<li>Select the Drivers tab.</li>
<li>Click Stop. You can also change the start-up type to Disabled so the beep service never starts.</li>
</ol>
</blockquote>
<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=%2Fhow-to-stop-nodejs-mocha-unit-testing-console-beeping%2F&amp;linkname=How%20to%20stop%20NodeJS%20Mocha%20unit%20testing%20console%20beeping" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_reddit" href="https://www.addtoany.com/add_to/reddit?linkurl=%2Fhow-to-stop-nodejs-mocha-unit-testing-console-beeping%2F&amp;linkname=How%20to%20stop%20NodeJS%20Mocha%20unit%20testing%20console%20beeping" title="Reddit" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=%2Fhow-to-stop-nodejs-mocha-unit-testing-console-beeping%2F&amp;linkname=How%20to%20stop%20NodeJS%20Mocha%20unit%20testing%20console%20beeping" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_pocket" href="https://www.addtoany.com/add_to/pocket?linkurl=%2Fhow-to-stop-nodejs-mocha-unit-testing-console-beeping%2F&amp;linkname=How%20to%20stop%20NodeJS%20Mocha%20unit%20testing%20console%20beeping" title="Pocket" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=%2Fhow-to-stop-nodejs-mocha-unit-testing-console-beeping%2F&amp;linkname=How%20to%20stop%20NodeJS%20Mocha%20unit%20testing%20console%20beeping" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=%2Fhow-to-stop-nodejs-mocha-unit-testing-console-beeping%2F&#038;title=How%20to%20stop%20NodeJS%20Mocha%20unit%20testing%20console%20beeping" data-a2a-url="/how-to-stop-nodejs-mocha-unit-testing-console-beeping/" data-a2a-title="How to stop NodeJS Mocha unit testing console beeping"></a></p>]]></content:encoded>
					
					<wfw:commentRss>/how-to-stop-nodejs-mocha-unit-testing-console-beeping/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
