diff --git a/angular-i18next/angular-i18next-tests.ts b/angular-i18next/angular-i18next-tests.ts new file mode 100644 index 000000000..27c43fc53 --- /dev/null +++ b/angular-i18next/angular-i18next-tests.ts @@ -0,0 +1,8 @@ +/// +/** +* @summary Test for "angular-i18next" with options. +*/ +function testOptions() { + var $provider: I18nextProvider; + $provider.options = {}; +}