Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ var xhr = Titanium.Network.createHTTPClient();
var view = Ti.UI.createView();
```

The `mockti()` function takes as an argument the path to an `api.jsca` file.
These are included with every sdk build. If you don't pass a path, it'll use
the bundled `api.jsca`, which currently is from 3.1.0 GA.
The `mockti()` function takes as an argument the path to an `api.jsca` file or full name Titanium SDK full e.g. `3.1.0.GA`.
These are included with every sdk build. If you don't pass a path, it'll use
system selected sdk that you can see by run command `ti config` in console.

You'll probably want to require() some of the code in your `Resources` folder.
Currently I have my project setup with a `test` folder which has a couple tests;
Expand Down
Loading