Closed jbjonesjr closed 6 months ago
Updates the export syntax in src/rtl-publish/tests/db_mocks.js to resolve module import error during testing.
src/rtl-publish/tests/db_mocks.js
module.exports
export
dbMocks
tests.js
For more details, open the Copilot Workspace session.
Updates the export syntax in
src/rtl-publish/tests/db_mocks.js
to resolve module import error during testing.module.exports
to ES moduleexport
syntax fordbMocks
.tests.js
.For more details, open the Copilot Workspace session.