Skip to content

Commit

Permalink
[TIMOB-25619] Add test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Mathews committed Feb 15, 2018
1 parent 7fbfedc commit 9a0c53c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions tests/Resources/ti.media.addontest.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/*
* Appcelerator Titanium Mobile
* Copyright (c) 2011-Present by Appcelerator, Inc. All Rights Reserved.
* Licensed under the terms of the Apache Public License
* Please see the LICENSE included with this distribution for details.
*/
/* eslint-env mocha */
/* global Ti */
/* eslint no-unused-expressions: "off" */
'use strict';
var should = require('./utilities/assertions');

describe('Example', function () {
it('Should pass', function () {
should(true).equal(true);
});
});

0 comments on commit 9a0c53c

Please sign in to comment.