Remove test skeleton.

This commit is contained in:
Sam Rose 2024-02-28 12:14:03 +00:00
parent a9392b2176
commit 07b3d83ebb
No known key found for this signature in database
1 changed files with 0 additions and 6 deletions

View File

@ -248,10 +248,4 @@ describe("/applications", () => {
expect(devLogs.data.length).toBe(0)
})
})
describe("permissions", () => {
it("should return the list of apps the user has access to", async () => {
const user = config.user
})
})
})