Add current language utility unit test #106

Merged
jakob.scheid merged 17 commits from testing/current-language-util into main 2026-06-04 12:41:55 +02:00
Showing only changes of commit c3c7fdb945 - Show all commits
@@ -17,5 +17,8 @@ limitations under the License.
import { test } from 'vitest'; import { test } from 'vitest';
test.for([ test.for([
['en', 'en'],
['de', 'de'],
['fr', 'fr']
])('returns the language \'%s\'', ([locale, language]) => { ])('returns the language \'%s\'', ([locale, language]) => {
}); });