We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71cdb18 commit 2d65001Copy full SHA for 2d65001
packages/federation-sdk/src/services/room.service.spec.ts
@@ -10,8 +10,8 @@ import {
10
import { container } from 'tsyringe';
11
import { federationSDK, init } from '..';
12
import { AppConfig, ConfigService } from './config.service';
13
-import { StateService } from './state.service';
14
import { RoomService } from './room.service';
+import { StateService } from './state.service';
15
16
describe('RoomService', async () => {
17
if (!process.env.RUN_MONGO_TESTS) {
0 commit comments