Last active
August 29, 2015 14:20
-
-
Save cgrayson/20626522d9dfaee8e3ea to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<component name="ProjectRunConfigurationManager"> | |
<configuration default="false" name="lc-integration" type="mocha-javascript-test-runner" factoryName="Mocha"> | |
<node-options /> | |
<working-directory>$PROJECT_DIR$</working-directory> | |
<pass-parent-env>true</pass-parent-env> | |
<envs> | |
<env name="NODE_ENV" value="test" /> | |
<env name="TZ" value="GMT" /> | |
</envs> | |
<ui>TDD</ui> | |
<extra-mocha-options>--compilers coffee:coffee-script/register --reporter spec --colors</extra-mocha-options> | |
<test-directory>$PROJECT_DIR$/spec</test-directory> | |
<recursive>false</recursive> | |
<RunnerSettings RunnerId="RunnerForMochaJavaScript" /> | |
<ConfigurationWrapper RunnerId="RunnerForMochaJavaScript" /> | |
<method /> | |
</configuration> | |
</component> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Copy this in to the project's
.idea/runConfigurations
directory.Requires JetBrains' "NodeJS" plugin.