|
@@ -3,8 +3,7 @@ import { Types } from 'mongoose';
|
|
|
import { mock } from 'vitest-mock-extended';
|
|
import { mock } from 'vitest-mock-extended';
|
|
|
|
|
|
|
|
import { getIdForRef, isPopulated } from './common';
|
|
import { getIdForRef, isPopulated } from './common';
|
|
|
-import type { IPageHasId } from './page';
|
|
|
|
|
-import { type IPage } from './page';
|
|
|
|
|
|
|
+import { type IPageHasId, type IPage } from './page';
|
|
|
|
|
|
|
|
describe('isPopulated', () => {
|
|
describe('isPopulated', () => {
|
|
|
|
|
|