fix formatting

This commit is contained in:
Sung-Hyun Kang (from Dev Box)
2023-11-10 15:18:51 -06:00
parent e626f5218d
commit d862b929ec
2 changed files with 9 additions and 6 deletions

View File

@@ -43,6 +43,6 @@ test("Resource token", async () => {
name: "explorer",
});
await explorer.textContent(`css=.dataResourceTree >> "${collectionId}"`, {
timeout: 50000
timeout: 50000,
});
});