generated from Seekra/repository-template
test(current-language-util): add actual test
This commit is contained in:
@@ -14,7 +14,8 @@ See the License for the specific language governing permissions and
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { test } from 'vitest';
|
import { expect, test } from 'vitest';
|
||||||
|
import getCurrentLanguage from '../currentLanguage';
|
||||||
|
|
||||||
test.for([
|
test.for([
|
||||||
['en', 'en'],
|
['en', 'en'],
|
||||||
@@ -43,4 +44,6 @@ test.for([
|
|||||||
value: language,
|
value: language,
|
||||||
configurable: true
|
configurable: true
|
||||||
});
|
});
|
||||||
|
|
||||||
|
expect(getCurrentLanguage()).toBe(language)
|
||||||
});
|
});
|
||||||
Reference in New Issue
Block a user