You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently targeting the Telerik NativeScript runtimes for:
4
+
- iOS
5
+
- android
6
+
7
+
The tests should cover sommon functionality such as the "require" implementations,
8
+
basic inheritance scenarios, ECMA version etc.
9
+
10
+
[The unit tests are written in Jasmine.](http://jasmine.github.io/2.0/introduction.html)
11
+
12
+
To run the tests you should add this repo as submodule in the app/shared folder.
13
+
There is a satelite repo that contains module which should be added as submodule in tns_modules/shared respectively.
14
+
15
+
## Fixtures
16
+
`TNSLog(text)` method is expected to be defined in the global object collecting messages.
17
+
`TNSGetOutput()` method returns all messages collected in TNSLog.
18
+
`TNSClearOutput()` clears the collected messages in TNSLog.
19
+
`__approot` global variable should point the path to the root folder of the app, the one where 'app' and 'tns_modules' are located. The path should start with leading slash.
0 commit comments