mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 22:36:05 +02:00
move test
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
import { beforeEach, describe, expect, test, vi } from 'vitest';
|
import { beforeEach, describe, expect, test, vi } from 'vitest';
|
||||||
|
|
||||||
import { createAuthAutoLoginCoordinator } from '../coordinators/authAutoLoginCoordinator';
|
import { createAuthAutoLoginCoordinator } from '../authAutoLoginCoordinator';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
import { beforeEach, describe, expect, test, vi } from 'vitest';
|
import { beforeEach, describe, expect, test, vi } from 'vitest';
|
||||||
|
|
||||||
import { createAuthCoordinator } from '../coordinators/authCoordinator';
|
import { createAuthCoordinator } from '../authCoordinator';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
import { describe, expect, test, vi } from 'vitest';
|
import { describe, expect, test, vi } from 'vitest';
|
||||||
|
|
||||||
import { createFriendPresenceCoordinator } from '../coordinators/friendPresenceCoordinator';
|
import { createFriendPresenceCoordinator } from '../friendPresenceCoordinator';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @returns {object} Mock dependencies and mutable state for friend presence tests.
|
* @returns {object} Mock dependencies and mutable state for friend presence tests.
|
||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
import { describe, expect, test, vi } from 'vitest';
|
import { describe, expect, test, vi } from 'vitest';
|
||||||
|
|
||||||
import { createFriendRelationshipCoordinator } from '../coordinators/friendRelationshipCoordinator';
|
import { createFriendRelationshipCoordinator } from '../friendRelationshipCoordinator';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @returns {Promise<void>} Promise flush helper.
|
* @returns {Promise<void>} Promise flush helper.
|
||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
import { beforeEach, describe, expect, test, vi } from 'vitest';
|
import { beforeEach, describe, expect, test, vi } from 'vitest';
|
||||||
|
|
||||||
import { createFriendSyncCoordinator } from '../coordinators/friendSyncCoordinator';
|
import { createFriendSyncCoordinator } from '../friendSyncCoordinator';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
import { beforeEach, describe, expect, test, vi } from 'vitest';
|
import { beforeEach, describe, expect, test, vi } from 'vitest';
|
||||||
|
|
||||||
import { createGameCoordinator } from '../coordinators/gameCoordinator';
|
import { createGameCoordinator } from '../gameCoordinator';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
import { describe, expect, test, vi } from 'vitest';
|
import { describe, expect, test, vi } from 'vitest';
|
||||||
|
|
||||||
import { createUserEventCoordinator } from '../coordinators/userEventCoordinator';
|
import { createUserEventCoordinator } from '../userEventCoordinator';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @returns {object} Mock dependencies for user event tests.
|
* @returns {object} Mock dependencies for user event tests.
|
||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
import { beforeEach, describe, expect, test, vi } from 'vitest';
|
import { beforeEach, describe, expect, test, vi } from 'vitest';
|
||||||
|
|
||||||
import { createUserSessionCoordinator } from '../coordinators/userSessionCoordinator';
|
import { createUserSessionCoordinator } from '../userSessionCoordinator';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
Reference in New Issue
Block a user