diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-05-06 19:37:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-06 19:37:36 -0400 |
commit | f361139d744e58a6c33841cee227d13d1970bb98 (patch) | |
tree | 187d229001e2ef5dc8df40563ed3c554488f42e3 /test | |
parent | 4eeb879fb88402503f6ee849fa71e29ab5047b7c (diff) |
Japanese util refactor (#510)
* Convert mixed japanese.js to utility class
* Copy functions from bg/js/japanese.js into mixed/js/japanese.js
* Remove bg/js/japanese.js
* Make wanakana dependency optional
* Update tests
Diffstat (limited to 'test')
-rw-r--r-- | test/test-japanese.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test-japanese.js b/test/test-japanese.js index 321861d5..39004128 100644 --- a/test/test-japanese.js +++ b/test/test-japanese.js @@ -22,8 +22,7 @@ const vm = new VM(); vm.execute([ 'mixed/lib/wanakana.min.js', 'mixed/js/japanese.js', - 'bg/js/text-source-map.js', - 'bg/js/japanese.js' + 'bg/js/text-source-map.js' ]); const jp = vm.get('jp'); const TextSourceMap = vm.get('TextSourceMap'); |