Skip to content

Commit

Permalink
Update css.service.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nayr974 committed Jan 17, 2025
1 parent 57b8814 commit b32cae9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/src/external_api/css/css.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ import { getRepositoryToken } from "@nestjs/typeorm";
import { ConfigurationService } from "../../v1/configuration/configuration.service";
import { Configuration } from "../../v1/configuration/entities/configuration.entity";
import { CssService } from "./css.service";
import { CacheModule } from "@nestjs/cache-manager";

describe("CssService", () => {
let service: CssService;

beforeEach(async () => {
const module: TestingModule = await Test.createTestingModule({
imports: [CacheModule.register()],
providers: [
CssService,
ConfigurationService,
Expand Down

0 comments on commit b32cae9

Please sign in to comment.