mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
PR-URL: https://github.com/nodejs/node/pull/10550 Reviewed-By: Rich Trott <rtrott@gmail.com>
7 lines
194 B
JavaScript
7 lines
194 B
JavaScript
'use strict';
|
|
const common = require('../common');
|
|
var script = common.fixturesDir + '/breakpoints_utf8.js';
|
|
process.env.NODE_DEBUGGER_TEST_SCRIPT = script;
|
|
|
|
require('./test-debugger-repl.js');
|