forked from googleapis/nodejs-firestore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUnit_Tests.xml
More file actions
17 lines (17 loc) · 751 Bytes
/
Unit_Tests.xml
File metadata and controls
17 lines (17 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Unit Tests" type="mocha-javascript-test-runner">
<node-interpreter>node</node-interpreter>
<node-options />
<mocha-package>$PROJECT_DIR$/node_modules/mocha</mocha-package>
<working-directory>$PROJECT_DIR$/dev</working-directory>
<pass-parent-env>true</pass-parent-env>
<envs>
<env name="TS_NODE_FILES" value="true" />
</envs>
<ui>bdd</ui>
<extra-mocha-options>--require ts-node/register/type-check --no-cache --no-timeout</extra-mocha-options>
<test-kind>PATTERN</test-kind>
<test-pattern>$PROJECT_DIR$/dev/test/*.js $PROJECT_DIR$/dev/test/*.ts</test-pattern>
<method v="2" />
</configuration>
</component>