mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 05:18:39 +08:00
readme updated again
This commit is contained in:
@ -1,12 +1,12 @@
|
|||||||
To run tests please build using one of the *_Tests build configurations and call runAll() method of the Tests module. For example:
|
To run tests please build using one of the *_Tests build configurations and call runAll() method of the Tests module. For example:
|
||||||
|
|
||||||
iOS
|
##iOS
|
||||||
```js
|
```js
|
||||||
var tests = require("Tests");
|
var tests = require("Tests");
|
||||||
tests.runAll();
|
tests.runAll();
|
||||||
```
|
```
|
||||||
|
|
||||||
Android
|
##Android
|
||||||
```js
|
```js
|
||||||
app.init({
|
app.init({
|
||||||
getActivity: function(intent) {
|
getActivity: function(intent) {
|
||||||
|
Reference in New Issue
Block a user