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 committed Feb 18, 2020
1 parent 62506fb commit ec2b8e9
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 ec2b8e9

Please sign in to comment.