Skip to content

Commit d4e6e55

Browse files
committed
Change context in console format test
1 parent 063c97c commit d4e6e55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
logged hello world
2-
at repl:1:1
2+
at dont-ignore-me.js:1:1

src/test/console/consoleFormatTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ describe('console format', () => {
447447

448448
const evaluation = handle.dap.evaluate({
449449
expression: 'doLog("hello world");\n//# sourceURL=dont-ignore-me.js',
450-
context: 'repl',
450+
context: 'watch',
451451
});
452452
const output = await handle.dap.once('output');
453453
await evaluation;

0 commit comments

Comments
 (0)