<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Running single tests...]]></title><description><![CDATA[<p dir="auto">Dumb question... How do I just run one test.js?  Something's eluding me <img src="https://openjscad.nodebb.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f61e.png?v=k4h1pp0pk3c" class="not-responsive emoji emoji-android emoji--disappointed" title=":(" alt="😞" /></p>
]]></description><link>https://openjscad.nodebb.com/topic/140/running-single-tests</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Apr 2026 21:29:42 GMT</lastBuildDate><atom:link href="https://openjscad.nodebb.com/topic/140.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 08 Jul 2020 22:07:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Running single tests... on Fri, 10 Jul 2020 06:51:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://openjscad.nodebb.com/uid/251">@SimonClark</a> no problem. and welcome to the world of jscad development. <img src="https://openjscad.nodebb.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f913.png?v=k4h1pp0pk3c" class="not-responsive emoji emoji-android emoji--nerd_face" title=":nerd_face:" alt="🤓" /></p>
<p dir="auto">so, each of the packages are managed via 'lerna'. lerna is kind of cool because it automatically detects the dependencies and links everything together during the 'bootstrap' phase.</p>
<p dir="auto">once everything is linked together, then you can make changes to any of the code, and rerun tests, or run CLI / WEB.</p>
<p dir="auto">also, each of the packages can be tested individually. for example, you can change directories to packages/modeling, and run the tests using 'npm test'.</p>
<p dir="auto">if there's too much noise then you can move the *.test.js files into a temporary directory, and test something special by creating another *.test.js file.</p>
<p dir="auto">AVA is the test harness of choice. It's cool.</p>
]]></description><link>https://openjscad.nodebb.com/post/273</link><guid isPermaLink="true">https://openjscad.nodebb.com/post/273</guid><dc:creator><![CDATA[z3dev]]></dc:creator><pubDate>Fri, 10 Jul 2020 06:51:51 GMT</pubDate></item></channel></rss>