mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-08 12:07:06 +00:00
fix format error
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
import "expect-puppeteer";
|
import "expect-puppeteer";
|
||||||
import { deleteNotebook, getNotebookNode, getTestExplorerFrame, RENDER_DELAY, uploadNotebook } from "./notebookTestUtils";
|
import {
|
||||||
|
deleteNotebook,
|
||||||
|
getNotebookNode,
|
||||||
|
getTestExplorerFrame,
|
||||||
|
RENDER_DELAY,
|
||||||
|
uploadNotebook
|
||||||
|
} from "./notebookTestUtils";
|
||||||
import * as path from "path";
|
import * as path from "path";
|
||||||
import { ElementHandle, Frame } from "puppeteer";
|
import { ElementHandle, Frame } from "puppeteer";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user