Run npm format

This commit is contained in:
Sindhu Balasubramanian
2025-12-22 07:08:30 -08:00
parent 2921294a3d
commit f8533abb64
3 changed files with 18 additions and 18 deletions

View File

@@ -114,7 +114,7 @@ test.describe("Database with Shared Throughput", () => {
test("Add container to shared database without dedicated throughput", async () => {
// Create database with shared manual throughput
dbContext = await createTestDB({ throughput: 400 });
// Wait for the database to appear in the tree
await explorer.waitForNode(dbContext.database.id);
@@ -285,4 +285,4 @@ test.describe("Database with Shared Throughput", () => {
);
});
});
});
});