How to resolve the error Exception during run: Error [ERR_MODULE_NOT_FOUND]: Cannot find module
I’m just learning testing in Mocha. By using esm import/export style I’m trying to test using Mocha the class that is in the path App/file-name.js and file where test code written is in the path test/folder-name/file-name.spec.js.