We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4de4bf commit 265f344Copy full SHA for 265f344
test/test.js
@@ -12,6 +12,7 @@ var strictlib = libs.strict
12
13
if (process.env.ENABLE_COREJS_ERROR_POLYFILL) { // cf. PR #48
14
require('core-js/modules/es.error.cause')
15
+ __filename = '<unknown file>' // eslint-disable-line no-global-assign
16
}
17
18
describe('depd(namespace)', function () {
0 commit comments