chore: added missing import in shortcode tests

This commit is contained in:
Balu Babu
2023-11-06 13:11:03 +05:30
parent 1b00ff6c9e
commit 2064af92fc

View File

@@ -11,6 +11,7 @@ import {
import { Shortcode } from './shortcode.model';
import { ShortcodeService } from './shortcode.service';
import { UserService } from 'src/user/user.service';
import { AuthUser } from 'src/types/AuthUser';
const mockPrisma = mockDeep<PrismaService>();