mirror of
				https://github.com/NativeScript/NativeScript.git
				synced 2025-11-04 12:58:38 +08:00 
			
		
		
		
	Readme added for Tests
This commit is contained in:
		@ -231,6 +231,12 @@
 | 
				
			|||||||
  <ItemGroup>
 | 
					  <ItemGroup>
 | 
				
			||||||
    <Content Include="timer\Readme.md" />
 | 
					    <Content Include="timer\Readme.md" />
 | 
				
			||||||
  </ItemGroup>
 | 
					  </ItemGroup>
 | 
				
			||||||
 | 
					  <ItemGroup>
 | 
				
			||||||
 | 
					    <Content Include="Deploy\Readme.md" />
 | 
				
			||||||
 | 
					  </ItemGroup>
 | 
				
			||||||
 | 
					  <ItemGroup>
 | 
				
			||||||
 | 
					    <Content Include="Tests\Readme.md" />
 | 
				
			||||||
 | 
					  </ItemGroup>
 | 
				
			||||||
  <PropertyGroup Condition="'$(Configuration)' == 'iOS'">
 | 
					  <PropertyGroup Condition="'$(Configuration)' == 'iOS'">
 | 
				
			||||||
    <TypeScriptModuleKind>commonjs</TypeScriptModuleKind>
 | 
					    <TypeScriptModuleKind>commonjs</TypeScriptModuleKind>
 | 
				
			||||||
    <TypeScriptRemoveComments>True</TypeScriptRemoveComments>
 | 
					    <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