diff options
author | StefanVukovic99 <stefanvukovic44@gmail.com> | 2024-02-04 08:08:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-04 07:08:44 +0000 |
commit | e4c6608103be5b031a0ba3ce1c70982114480360 (patch) | |
tree | 04f1d638de9cccb6460a17cb6f8dfda7e5b98d61 /test | |
parent | 7d38d64c478c8c62c8cff12f3c1ee72729a7b80d (diff) |
move files (#630)
Diffstat (limited to 'test')
-rw-r--r-- | test/japanese-util.test.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/japanese-util.test.js b/test/japanese-util.test.js index d7b05c3e..8997df73 100644 --- a/test/japanese-util.test.js +++ b/test/japanese-util.test.js @@ -18,8 +18,8 @@ import {describe, expect, test} from 'vitest'; import {TextSourceMap} from '../ext/js/general/text-source-map.js'; -import * as jpw from '../ext/js/language/japanese-wanakana.js'; -import * as jp from '../ext/js/language/japanese.js'; +import * as jpw from '../ext/js/language/ja/japanese-wanakana.js'; +import * as jp from '../ext/js/language/ja/japanese.js'; /** */ function testIsCodePointKanji() { |