UNPKG

@huantv/vue

Version:
7 lines (5 loc) 146 B
import test from 'ava'; import { isRTL } from '../i18n'; test('isRTL check should return false by default', (t) => { t.is(isRTL(), false); });