backend: Fix beforeEach import in room-security.test.ts file
This commit is contained in:
parent
55a7868e8a
commit
1d7ab03caf
@ -1,9 +1,8 @@
|
||||
import request from 'supertest';
|
||||
import { describe, it, expect, beforeAll, afterAll } from '@jest/globals';
|
||||
import { describe, it, expect, beforeAll, beforeEach, afterAll } from '@jest/globals';
|
||||
import { Express } from 'express';
|
||||
import { startTestServer, stopTestServer } from '../../../utils/server-setup.js';
|
||||
import { AuthMode, AuthType } from '../../../../src/typings/ce/index.js';
|
||||
import { beforeEach } from 'node:test';
|
||||
|
||||
const BASE_URL = '/meet/api/v1';
|
||||
const INTERNAL_BASE_URL = '/meet/internal-api/v1';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user