Skip to content

Commit

Permalink
test: add description, fix linters
Browse files Browse the repository at this point in the history
  • Loading branch information
ulitink authored and aduh95 committed Oct 23, 2023
1 parent af7e50e commit a6a25c9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/fixtures/inspector-instrumentation-breakpoint/dep.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
console.log("dep loaded");
console.log('dep loaded');
2 changes: 1 addition & 1 deletion test/fixtures/inspector-instrumentation-breakpoint/main.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
require("./dep");
require('./dep');
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// This test validates inspector's Debugger.setInstrumentationBreakpoint method.
// Refs: https://github.com/nodejs/node/issues/31138

'use strict';
const common = require('../common');

Expand Down

0 comments on commit a6a25c9

Please sign in to comment.