2017-01-11 11:30:00 +00:00
|
|
|
<toolSet name="External Tools">
|
|
|
|
<tool name="Aurelia" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="false">
|
|
|
|
<exec>
|
|
|
|
<option name="COMMAND" value="C:\Program Files\nodejs\au.cmd" />
|
2017-02-01 12:04:34 +00:00
|
|
|
<option name="PARAMETERS" value="run --watch" />
|
2017-01-11 11:30:00 +00:00
|
|
|
<option name="WORKING_DIRECTORY" value="C:/dev/iws-international/web-platform" />
|
|
|
|
</exec>
|
|
|
|
</tool>
|
2017-02-01 09:46:08 +00:00
|
|
|
<tool name="Jest" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="false">
|
|
|
|
<exec>
|
|
|
|
<option name="COMMAND" value="C:\Program Files\nodejs\jest.cmd" />
|
2017-02-03 14:19:27 +00:00
|
|
|
<option name="PARAMETERS" value="C:\dev\iws-international\web-platform\src\components\products\portfolio\ft-currency-distribution\lib\en-us-retail\currency-distribution.spec.js --watch --coverage" />
|
2017-02-01 09:46:08 +00:00
|
|
|
<option name="WORKING_DIRECTORY" value="C:/dev/iws-international/web-platform" />
|
|
|
|
</exec>
|
|
|
|
</tool>
|
2017-01-11 11:30:00 +00:00
|
|
|
</toolSet>
|