Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mustard-mh committed Nov 22, 2023
1 parent 6f0aa70 commit 56832aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/server/src/api/teams.spec.db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import { ProjectsService } from "../projects/projects-service";
import { AuthProviderService } from "../auth/auth-provider-service";
import { BearerAuth } from "../auth/bearer-authenticator";
import { EnvVarService } from "../user/env-var-service";
import { SSHKeyService } from "../user/sshkey-service";

const expect = chai.expect;

Expand All @@ -55,6 +56,7 @@ export class APITeamsServiceSpec {
this.container.bind(ProjectsService).toConstantValue({} as ProjectsService);
this.container.bind(AuthProviderService).toConstantValue({} as AuthProviderService);
this.container.bind(EnvVarService).toConstantValue({} as EnvVarService);
this.container.bind(SSHKeyService).toConstantValue({} as SSHKeyService);

// Clean-up database
const typeorm = testContainer.get<TypeORM>(TypeORM);
Expand Down

0 comments on commit 56832aa

Please sign in to comment.