@automattic/babel-plugin-replace-textdomain
Advanced tools
Comparing version 1.0.36 to 1.0.37
@@ -8,2 +8,6 @@ # Changelog | ||
## [1.0.37] - 2024-11-04 | ||
### Added | ||
- Enable test coverage. [#39961] | ||
## [1.0.36] - 2024-08-29 | ||
@@ -169,2 +173,3 @@ ### Changed | ||
[1.0.37]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.36...v1.0.37 | ||
[1.0.36]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.35...v1.0.36 | ||
@@ -171,0 +176,0 @@ [1.0.35]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.34...v1.0.35 |
{ | ||
"name": "@automattic/babel-plugin-replace-textdomain", | ||
"version": "1.0.36", | ||
"version": "1.0.37", | ||
"description": "A Babel plugin to replace the textdomain in gettext-style function calls.", | ||
@@ -17,3 +17,4 @@ "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/babel-plugin-replace-textdomain/#readme", | ||
"scripts": { | ||
"test": "jest tests" | ||
"test": "jest --config=tests/jest.config.cjs", | ||
"test-coverage": "pnpm run test --coverage" | ||
}, | ||
@@ -20,0 +21,0 @@ "dependencies": { |
34497