We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abd736f commit 4027283Copy full SHA for 4027283
ui-tests/tests/unified-file-diff.spec.ts
@@ -16,7 +16,7 @@ const DEFAULT_NAME = 'untitled.py';
16
async function setupFileWithUnifiedDiff(
17
page: IJupyterLabPageFixture,
18
originalSource: string,
19
- newSource: string,
+ newSource: string
20
) {
21
await page.evaluate(
22
async ({ originalSource, newSource, command }) => {
0 commit comments