fix some anys (#53789)

This commit is contained in:
Ashley Harrison
2022-08-19 16:46:58 +01:00
committed by GitHub
parent 7cbf6015db
commit 0b322a0f5d
23 changed files with 59 additions and 112 deletions
+1 -3
View File
@@ -2,10 +2,8 @@ import client from './client';
import * as setup from './setup';
describe('/api/folders', () => {
let state: any = {};
beforeAll(async () => {
state = await setup.ensureState({
await setup.ensureState({
orgName: 'api-test-org',
users: [
{ user: setup.admin, role: 'Admin' },