mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
Manually fix issues that eslint --fix couldn't do automatically. PR-URL: https://github.com/nodejs/node/pull/10685 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
7 lines
196 B
JavaScript
7 lines
196 B
JavaScript
'use strict';
|
|
const common = require('../common');
|
|
const script = common.fixturesDir + '/breakpoints_utf8.js';
|
|
process.env.NODE_DEBUGGER_TEST_SCRIPT = script;
|
|
|
|
require('./test-debugger-repl.js');
|