aboutsummaryrefslogtreecommitdiff
path: root/test/test-cache-map.js
Commit message (Collapse)AuthorAge
* Return an error code when promise main() functions fail (#1002)toasted-nutbread2020-11-07
|
* Cache map improvements (#856)toasted-nutbread2020-09-22
| | | | | | | * Update CacheMap API; get=>getOrCreate; add get; add set; add has * Update tests * Add more tests
* Dev/test script organization (#846)toasted-nutbread2020-09-19
| | | | | | | | | | | | | | | | | | | * Move lint scripts * Move dictionary-validate.js * Move schema-validate.js * Move createTestDictionaryArchive, remove yomichan-test.js * Rename yomichan-util.js to util.js * Move test/yomichan-vm.js to dev/vm.js * Move getArgs into util.js (and fix name) * Create test-all.js * Update test-code script
* CacheMap (#715)toasted-nutbread2020-08-09
* Create CacheMap class * Add test