mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Readme added for Tests
This commit is contained in:
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