Skip to content

Commit

Permalink
test: simplify ShortcutItem test
Browse files Browse the repository at this point in the history
  • Loading branch information
garymathews committed Jun 15, 2020
1 parent c736dd9 commit fda14d0
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/Resources/ti.ui.shortcutitem.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,6 @@ describe('Titanium.UI.ShortcutItem', () => {
should(Ti.UI.createShortcutItem).not.be.undefined();
should(Ti.UI.createShortcutItem).be.a.Function();

it.android('no id', finish => {
try {
Ti.UI.createShortcutItem({});
} catch (e) {

// Expects an error to be thrown if no `id` is defined.
finish();
}
});

it.android('basic shortcut item', () => {

// Create shortcut item.
Expand Down

0 comments on commit fda14d0

Please sign in to comment.