You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 修复禁用缓存也会写入缓存文件的BUG
* 1.3.9
* Migrate to Jest testing framework and improve code quality
- Replace old test files with comprehensive Jest test suite
- Add Jest configuration and update ESLint for Jest environment
- Enhance error handling with async/await and proper error propagation
- Add circular inheritance detection for template safety
- Improve parameter handling with argument overloading support
- Update copyright and documentation formatting
- Add block hide attribute functionality
* Fix test file formatting and improve code readability
Corrected spacing issues in multiple test files (index.test.js, lockfile.test.js, utils.test.js) to ensure consistent formatting and improved code readability. The changes include removing unnecessary blank lines and standardizing indentation for better maintainability.
* Create workflow.yml
* Remove GitHub Actions workflow for running tests and uploading coverage
The workflow "Run tests and upload coverage" has been deleted as it is no longer needed in the repository.
* Update README.md with codecov badge
Add codecov badge to README.md to display test coverage status for the Node.js template engine project.
0 commit comments