Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Integrate Jest for JavaScript testing with CI setup
Set up a modern JavaScript testing framework using Jest, integrated with the existing webpack build system. Configure Babel for modern JavaScript support and establish a test file structure and conventions. Update the package.json to include Jest dependencies and scripts for running tests, watching tests, and generating coverage reports. Set up a continuous integration pipeline to run JavaScript tests alongside existing Python tests. New Features: - Introduce a modern JavaScript testing framework using Jest, integrated with the existing webpack build system. Enhancements: - Configure Babel for modern JavaScript support with a new Babel configuration file. CI: - Set up a continuous integration pipeline to run JavaScript tests alongside existing Python tests. Tests: - Establish a test file structure and conventions for JavaScript tests, including an example test file to verify the setup. - Configure test coverage reporting for JavaScript code. Resolves #27
- Loading branch information