Skip to content

Commit

Permalink
test(android): add suite for Ti.Android.R
Browse files Browse the repository at this point in the history
- test known properties are numbers, make sure not 0
  • Loading branch information
sgtcoolguy committed Nov 4, 2020
1 parent 9eee809 commit 5f27f61
Show file tree
Hide file tree
Showing 2 changed files with 1,825 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/Resources/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ function loadTests() {
if (OS_ANDROID) {
require('./ti.android.test');
require('./ti.android.notificationmanager.test');
require('./ti.android.r.test');
require('./ti.android.service.test');
}
require('./ti.api.test');
Expand Down
Loading

0 comments on commit 5f27f61

Please sign in to comment.