We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c807ca commit 1edc39dCopy full SHA for 1edc39d
src/builds/builds.service.spec.ts
@@ -4,8 +4,7 @@ import { PrismaService } from '../prisma/prisma.service';
4
import { TestRunsService } from '../test-runs/test-runs.service';
5
import { EventsGateway } from '../events/events.gateway';
6
import { CreateBuildDto } from './dto/build-create.dto';
7
-import { Build } from 'prisma/node_modules/.prisma/client';
8
-import { TestRun } from 'prisma/node_modules/@prisma/client';
+import { Build, TestRun } from '@prisma/client';
9
import { mocked } from 'ts-jest/utils';
10
import { BuildDto } from './dto/build.dto';
11
0 commit comments