generated from Seekra/repository-template
test(current-language-util): add simple test cases
This commit is contained in:
@@ -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]) => {
|
||||||
});
|
});
|
||||||
Reference in New Issue
Block a user