diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-08-09 21:00:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-09 21:00:37 -0400 |
commit | 7b1838a282f4ac5c50e0ea36122751c3454266aa (patch) | |
tree | 1fb73929e4ce6ae23842027f45d305335632c351 /test/dictionary-validate.js | |
parent | 486d44f7197a2dedc5ea487345e598c668d47638 (diff) |
Create dev utility class for some shared functionality (#724)
Diffstat (limited to 'test/dictionary-validate.js')
-rw-r--r-- | test/dictionary-validate.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dictionary-validate.js b/test/dictionary-validate.js index 716e8df4..d01d74eb 100644 --- a/test/dictionary-validate.js +++ b/test/dictionary-validate.js @@ -17,7 +17,7 @@ const fs = require('fs'); const path = require('path'); -const {JSZip} = require('./yomichan-test'); +const {JSZip} = require('../dev/yomichan-util'); const {VM} = require('./yomichan-vm'); const vm = new VM(); |