Skip to content

Commit

Permalink
move custom project stub to shared
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Dec 11, 2024
1 parent 72cbf7b commit cca33c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/lib/entity-mocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { ECOSYSTEM } from "@shared/entities/ecosystem.enum";
import { ProjectScorecard } from "@shared/entities/project-scorecard.entity";
import { PROJECT_SCORE } from "@shared/entities/project-score.enum";
import { CustomProject } from "@shared/entities/custom-project.entity";
import { CustomProjectStub } from "api/test/utils/stubs/custom-project.stub";
import { CustomProjectStub } from "@shared/lib/stubs/custom-project.stub";

export const createUser = async (
dataSource: DataSource,
Expand Down
File renamed without changes.

0 comments on commit cca33c8

Please sign in to comment.