node/test/fixtures/test-resolution-inspect-brk-resolver.js
Rich Trott 0bb980aeaf
test: remove eslint-disable comment from fixture file
Fixtures are not linted so eslint-disable comments are unnecessary.

PR-URL: https://github.com/nodejs/node/pull/39320
Reviewed-By: Zeyu Yang <himself65@outlook.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
2021-07-11 09:47:02 +02:00

4 lines
108 B
JavaScript

'use strict';
const common = require('../common');
require.extensions['.ext'] = require.extensions['.js'];