Skip to content

jquick-axway/titanium-mobile-mocha-suite

 
 

Repository files navigation

Titanium Mocha Suite

Greenkeeper badge

The unit testing app for Axway Titanium, built using TiMocha.

Example

describe('Your test suite', function () {
	it('Your unit test', function () {
		should(Ti.Platform).have.readOnlyProperty('apiName').which.is.a.String();
		should(Ti.Platform.apiName).be.eql('Ti.Platform');
	});
});

References

License

Apache 2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.8%
  • Other 0.2%