mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-02 10:57:28 +08:00
Readme added for Tests
This commit is contained in:
@ -231,6 +231,12 @@
|
||||
<ItemGroup>
|
||||
<Content Include="timer\Readme.md" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Deploy\Readme.md" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Tests\Readme.md" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)' == 'iOS'">
|
||||
<TypeScriptModuleKind>commonjs</TypeScriptModuleKind>
|
||||
<TypeScriptRemoveComments>True</TypeScriptRemoveComments>
|
||||
|
||||
6
Tests/Readme.md
Normal file
6
Tests/Readme.md
Normal file
@ -0,0 +1,6 @@
|
||||
To run tests please build using one of the *_Tests build configurations and call runAll() method of the Tests module. For example:
|
||||
|
||||
```js
|
||||
var tests = require("Tests");
|
||||
tests.runAll();
|
||||
```
|
||||
Reference in New Issue
Block a user