Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@methodus/testing

Package Overview
Dependencies
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@methodus/testing - npm Package Compare versions

Comparing version
0.0.0
to
0.0.2
+5
-0
build/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./module"), exports);
tslib_1.__exportStar(require("./test-map"), exports);
tslib_1.__exportStar(require("./testing"), exports);
//# sourceMappingURL=index.js.map
+1
-1

@@ -1,1 +0,1 @@

{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":""}
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,mDAAyB;AACzB,qDAA2B;AAC3B,oDAA0B"}
{
"name": "@methodus/testing",
"version": "0.0.0",
"version": "0.0.2",
"description": "",

@@ -14,7 +14,7 @@ "main": "build/index.js",

"peerDependencies": {
"@methodus/server": "5.*.*"
"@methodus/server": "^5.0.13"
},
"dependencies": {},
"devDependencies": {
"@methodus/server": "^5.0.0",
"@methodus/server": "^5.0.13",
"@types/jest": "^24.0.23",

@@ -21,0 +21,0 @@ "jest": "^24.9.0",

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const testing_1 = require("./testing");
const controller_test_1 = require("./tests/controllers/controller.test");
const screen_data_controller_1 = require("./tests/controllers/screen.data.controller");
(() => tslib_1.__awaiter(void 0, void 0, void 0, function* () {
const m = testing_1.Test.createTestingModule({
controllers: [controller_test_1.TestController],
providers: [screen_data_controller_1.ScreensDataController]
});
const controller = m.get('TestController');
const result = yield controller.list();
console.log(result);
return result;
}))();
//# sourceMappingURL=testing.spec.js.map
{"version":3,"file":"testing.spec.js","sourceRoot":"","sources":["../src/testing.spec.ts"],"names":[],"mappings":";;;AAAA,uCAAiC;AACjC,yEAAqE;AAErE,uFAAmF;AAInF,CAAC,GAAS,EAAE;IAER,MAAM,CAAC,GAAG,cAAI,CAAC,mBAAmB,CAAC;QAC/B,WAAW,EAAE,CAAC,gCAAc,CAAC;QAC7B,SAAS,EAAE,CAAC,8CAAqB,CAAC;KAC1B,CAAC,CAAC;IACd,MAAM,UAAU,GAAG,CAAC,CAAC,GAAG,CAAiB,gBAAgB,CAAC,CAAC;IAC3D,MAAM,MAAM,GAAG,MAAM,UAAU,CAAC,IAAI,EAAE,CAAC;IACvC,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACpB,OAAO,MAAM,CAAC;AAClB,CAAC,CAAA,CAAC,EAAE,CAAA"}