Add test for "angular-i18next" definition.

This commit is contained in:
Cyril Schumacher
2015-04-29 18:03:29 +02:00
parent 5e8f5e9587
commit bfc68a72a8
+8
View File
@@ -0,0 +1,8 @@
/// <reference path="angular-i18next.d.ts" />
/**
* @summary Test for "angular-i18next" with options.
*/
function testOptions() {
var $provider: I18nextProvider;
$provider.options = {};
}