Skip to content

Commit

Permalink
Specified testing framework for all test files
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Apr 23, 2015
1 parent 3ebfedc commit 4823afb
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions Iridium.njsproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,23 @@
<SubType>Code</SubType>
<TestFramework>Mocha</TestFramework>
</TypeScriptCompile>
<TypeScriptCompile Include="test\Iridium.ts" />
<TypeScriptCompile Include="test\Model.ts" />
<TypeScriptCompile Include="test\Iridium.ts">
<TestFramework>Mocha</TestFramework>
</TypeScriptCompile>
<TypeScriptCompile Include="test\Model.ts">
<TestFramework>Mocha</TestFramework>
</TypeScriptCompile>
<TypeScriptCompile Include="test\Omnom.ts">
<SubType>Code</SubType>
<TestFramework>Mocha</TestFramework>
</TypeScriptCompile>
<TypeScriptCompile Include="test\Plugins.ts" />
<TypeScriptCompile Include="test\Plugins.ts">
<TestFramework>Mocha</TestFramework>
</TypeScriptCompile>
<TypeScriptCompile Include="test\support\chai.ts" />
<TypeScriptCompile Include="test\Validation.ts">
<TestFramework>Mocha</TestFramework>
</TypeScriptCompile>
<TypeScriptCompile Include="_references.d.ts" />
<TypeScriptCompile Include="typings\chai-as-promised\chai-as-promised.d.ts" />
<TypeScriptCompile Include="typings\chai-fuzzy\chai-fuzzy.d.ts" />
Expand Down

0 comments on commit 4823afb

Please sign in to comment.