@hedhog/prisma 0.37.1 → 0.39.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"prisma.service.spec.d.ts","sourceRoot":"","sources":["../src/prisma.service.spec.ts"],"names":[],"mappings":""}
|
@@ -1,17 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
const testing_1 = require("@nestjs/testing");
|
4
|
-
const prisma_service_1 = require("./prisma.service");
|
5
|
-
describe('PrismaService', () => {
|
6
|
-
let service;
|
7
|
-
beforeEach(async () => {
|
8
|
-
const module = await testing_1.Test.createTestingModule({
|
9
|
-
providers: [prisma_service_1.PrismaService],
|
10
|
-
}).compile();
|
11
|
-
service = module.get(prisma_service_1.PrismaService);
|
12
|
-
});
|
13
|
-
it('should be defined', () => {
|
14
|
-
expect(service).toBeDefined();
|
15
|
-
});
|
16
|
-
});
|
17
|
-
//# sourceMappingURL=prisma.service.spec.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"prisma.service.spec.js","sourceRoot":"","sources":["../src/prisma.service.spec.ts"],"names":[],"mappings":";;AAAA,6CAAsD;AACtD,qDAAiD;AAEjD,QAAQ,CAAC,eAAe,EAAE,GAAG,EAAE;IAC7B,IAAI,OAAsB,CAAC;IAE3B,UAAU,CAAC,KAAK,IAAI,EAAE;QACpB,MAAM,MAAM,GAAkB,MAAM,cAAI,CAAC,mBAAmB,CAAC;YAC3D,SAAS,EAAE,CAAC,8BAAa,CAAC;SAC3B,CAAC,CAAC,OAAO,EAAE,CAAC;QAEb,OAAO,GAAG,MAAM,CAAC,GAAG,CAAgB,8BAAa,CAAC,CAAC;IACrD,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,mBAAmB,EAAE,GAAG,EAAE;QAC3B,MAAM,CAAC,OAAO,CAAC,CAAC,WAAW,EAAE,CAAC;IAChC,CAAC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC"}
|