forked from baron/baron-sso
style: apply biome formatting to e2e tests
This commit is contained in:
@@ -89,8 +89,20 @@ test.describe("Bulk Actions and Tree Search", () => {
|
||||
json: {
|
||||
items: [
|
||||
{ id: "t-1", name: "Main Tenant", slug: "main", type: "COMPANY" },
|
||||
{ id: "g-1", name: "Engineering", slug: "eng", parentId: "t-1", type: "USER_GROUP" },
|
||||
{ id: "g-2", name: "Sales", slug: "sales", parentId: "t-1", type: "USER_GROUP" },
|
||||
{
|
||||
id: "g-1",
|
||||
name: "Engineering",
|
||||
slug: "eng",
|
||||
parentId: "t-1",
|
||||
type: "USER_GROUP",
|
||||
},
|
||||
{
|
||||
id: "g-2",
|
||||
name: "Sales",
|
||||
slug: "sales",
|
||||
parentId: "t-1",
|
||||
type: "USER_GROUP",
|
||||
},
|
||||
],
|
||||
total: 3,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user