Version 0.1.46¶
This release focuses on improving the test suite by reorganizing and refactoring tests for better maintainability and clarity. It also includes documentation updates and minor formatting fixes.
New Features¶
- Split the large test_utils.js file into multiple focused test files that mirror the source code structure, improving test organization and readability (e676ac) (Eric Ma)
- Created a shared test environment setup file (test_setup.js) and an automatic test discovery script (run_tests.js) to streamline testing workflows (e676ac) (Eric Ma)
Bug Fixes¶
- Fixed formatting issues in the test_flashcards.js file to improve code consistency (b8b41d) (Eric Ma)
Deprecations¶
- None