Casper Sørensen

Results 5 comments of Casper Sørensen

Is there any solution to this? The current behavior goes against standard behavior of browser's scrollbars from what I can see.

@theKashey, here's the stacktrace: ``` TypeError: Cannot read properties of undefined (reading 'filename') at getModuleName (F:\coding\repos\azure-devops-pr-commentator\node_modules\rewiremock\lib\utils\modules.js:10:24) at Function.mockLoader [as _load] (F:\coding\repos\azure-devops-pr-commentator\node_modules\rewiremock\lib\executor.js:275:84) at ModuleWrap. (node:internal/modules/esm/translators:170:29) at ModuleJob.run (node:internal/modules/esm/module_job:193:25) at async Promise.all...

@theKashey Just to make sure I'm not getting it wrong. If I want to mock a node module it currently doesn't work with [automocking](https://github.com/theKashey/rewiremock#automocking) because of #121, right? Since it...

@bcoe You got it 😉 `/package.json`: ```jsonc { "scripts": { "test": "mocha -r ts-node/register './tests/**/*.test.ts'", "coverage": "c8 npm test" }, "devDependencies": { "@types/chai": "^4.3.9", "@types/mocha": "^10.0.3", "c8": "^8.0.1", "chai": "^4.3.10",...

@royriojas Glad to hear it. I added an env var version of the CLI option `--eff-filter` - `EFF_FILTER` as well. See #48.