<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Nithin Peter</title>
    <description>The latest articles on Forem by Nithin Peter (@nithinpeter).</description>
    <link>https://forem.com/nithinpeter</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F149338%2Fc3c6c613-3902-4da9-a692-d91c0eebc99b.png</url>
      <title>Forem: Nithin Peter</title>
      <link>https://forem.com/nithinpeter</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/nithinpeter"/>
    <language>en</language>
    <item>
      <title>Jest Run It - Run and debug individual Jest tests from VS Code</title>
      <dc:creator>Nithin Peter</dc:creator>
      <pubDate>Wed, 12 Feb 2020 00:48:19 +0000</pubDate>
      <link>https://forem.com/nithinpeter/jest-run-it-run-and-debug-individual-jest-tests-from-vs-code-e05</link>
      <guid>https://forem.com/nithinpeter/jest-run-it-run-and-debug-individual-jest-tests-from-vs-code-e05</guid>
      <description>&lt;p&gt;While writing tests in Jest have you ever wanted to run a single test that you changed, but have to fiddle with Jest CLI arguments so that Jest can run only that test. I know, I have been there and it is painful.&lt;/p&gt;

&lt;p&gt;Wouldn't it be nice if you could choose what test(s) to run right from your editor/IDE. And apparently IntelliJ family of IDEs had this feature for ages. I get so jealous when I pair with my co-worker who uses IntelliJ and they run/debug a test with the click of a button. My favorite IDE of the world, VS Code, couldn't do it. So I decided to find a solution and it resulted in me writing this VS Code plugin. &lt;/p&gt;

&lt;h4&gt;
  
  
  Introducing: &lt;strong&gt;Jest Run It 🏃‍♀️🏃‍♂️&lt;/strong&gt;
&lt;/h4&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F2z0bq8x9geeph34is3ao.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F2z0bq8x9geeph34is3ao.gif" alt="Jest Run It"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  How to get it?
&lt;/h4&gt;

&lt;p&gt;Search for "Jest run it" in your VS Code extensions panel &lt;a href="https://code.visualstudio.com/docs/editor/extension-gallery" rel="noopener noreferrer"&gt;(Learn how?)&lt;/a&gt;. You should be able to find it and click on install.&lt;/p&gt;

&lt;p&gt;You can find more details about the configuration options details here: &lt;a href="https://marketplace.visualstudio.com/items?itemName=vespa-dev-works.jestRunIt" rel="noopener noreferrer"&gt;https://marketplace.visualstudio.com/items?itemName=vespa-dev-works.jestRunIt&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Github link: &lt;a href="https://github.com/nithinpeter/jest-run-it" rel="noopener noreferrer"&gt;https://github.com/nithinpeter/jest-run-it&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Other notable features
&lt;/h4&gt;

&lt;p&gt;Apart from able to run/debug individual tests it has few other tricks under the sleeve as well:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Test explorer view
&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fkepnu2bxhtiom5ppzafn.png" alt="Alt Text"&gt;
&lt;/li&gt;
&lt;li&gt;Editor title actions to run/debug tests
&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fgfhftdkwh5zqxnakhx74.png" alt="Alt Text"&gt;
&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>vscode</category>
      <category>productivity</category>
      <category>jest</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
