Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Change context in console format test
  • Loading branch information
jakebailey committed Jun 20, 2022
commit d4e6e552c096f41f6a13ccea3983f799821febcb
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
logged hello world
at repl:1:1
at dont-ignore-me.js:1:1
2 changes: 1 addition & 1 deletion src/test/console/consoleFormatTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ describe('console format', () => {

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