summaryrefslogtreecommitdiff
path: root/test/test-japanese.js
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-03-21 13:18:34 -0400
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-03-21 13:18:34 -0400
commit77a2cc60e9a4a89da354cadb1bf060204ee3b951 (patch)
tree32c35aaee08a247e95e65e8459c779c4837d0f62 /test/test-japanese.js
parent487d4b239b88fd57fefb0ec3a9d1bd0d25984660 (diff)
Move basic string/character testing functions into a mixed/js/japanese.js
Diffstat (limited to 'test/test-japanese.js')
-rw-r--r--test/test-japanese.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-japanese.js b/test/test-japanese.js
index 78f63c0b..32e4d176 100644
--- a/test/test-japanese.js
+++ b/test/test-japanese.js
@@ -22,6 +22,7 @@ const {VM} = require('./yomichan-vm');
const vm = new VM();
vm.execute([
'mixed/lib/wanakana.min.js',
+ 'mixed/js/japanese.js',
'bg/js/japanese.js'
]);
const jp = vm.get('jp');