You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@angular-builders/jest

Package Overview
Dependencies
Maintainers
1
Versions
176
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular-builders/jest - npm Package Compare versions

Comparing version

to
19.0.0-beta.0

5

dist/index.js

@@ -12,3 +12,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.runJest = exports.getRoots = void 0;
exports.getRoots = getRoots;
exports.runJest = runJest;
const architect_1 = require("@angular-devkit/architect");

@@ -42,3 +43,2 @@ const core_1 = require("@angular-devkit/core");

}
exports.getRoots = getRoots;
function runJest(options, context) {

@@ -67,4 +67,3 @@ //TODO: run with service worker (augmentAppWithServiceWorker)

}
exports.runJest = runJest;
exports.default = (0, architect_1.createBuilder)(runJest);
//# sourceMappingURL=index.js.map

2

dist/jest-config/setup.d.ts

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

import 'jest-preset-angular/setup-jest';
export {};
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
require("jest-preset-angular/setup-jest");
const zone_1 = require("jest-preset-angular/setup-env/zone");
(0, zone_1.setupZoneTestEnv)();
//# sourceMappingURL=setup.js.map

@@ -53,3 +53,3 @@ "use strict";

}
buildConfiguration(projectRoot_2, workspaceRoot_1) {
buildConfiguration(projectRoot_1, workspaceRoot_1) {
return __awaiter(this, arguments, void 0, function* (projectRoot, workspaceRoot, configPath = 'jest.config.js') {

@@ -56,0 +56,0 @@ const pathToProject = (0, core_1.resolve)(workspaceRoot, projectRoot);

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getTsConfigPath = exports.tsConfigName = void 0;
exports.tsConfigName = void 0;
exports.getTsConfigPath = getTsConfigPath;
const core_1 = require("@angular-devkit/core");

@@ -9,3 +10,2 @@ exports.tsConfigName = 'tsconfig.spec.json';

}
exports.getTsConfigPath = getTsConfigPath;
//# sourceMappingURL=utils.js.map
{
"name": "@angular-builders/jest",
"version": "18.0.1-beta.2",
"version": "19.0.0-beta.0",
"description": "Jest runner for Angular build facade. Allows ng test run with Jest instead of Karma",

@@ -16,3 +16,3 @@ "repository": {

"engines": {
"node": "^14.20.0 || ^16.13.0 || >=18.10.0"
"node": "^18.19.1 || ^20.11.1 || >=22.0.0"
},

@@ -46,13 +46,13 @@ "main": "dist/index.js",

"dependencies": {
"@angular-builders/common": "2.0.0",
"@angular-devkit/architect": ">=0.1800.0 < 0.1900.0",
"@angular-devkit/core": "^18.0.0",
"jest-preset-angular": "14.2.4",
"@angular-builders/common": "3.0.0-beta.0",
"@angular-devkit/architect": ">=0.1900.0 < 0.2000.0",
"@angular-devkit/core": "^19.0.0",
"jest-preset-angular": "14.4.1",
"lodash": "^4.17.15"
},
"peerDependencies": {
"@angular-devkit/build-angular": "^18.0.0",
"@angular/compiler-cli": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/platform-browser-dynamic": "^18.0.0",
"@angular-devkit/build-angular": "^19.0.0",
"@angular/compiler-cli": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/platform-browser-dynamic": "^19.0.0",
"jest": ">=29"

@@ -66,5 +66,5 @@ },

"rimraf": "^5.0.0",
"typescript": "5.4.5"
"typescript": "5.6.2"
},
"gitHead": "02dc5ee46331e29b8b481187f5b35b2943bea27e"
"gitHead": "4095a1f909b0abbc48dcdb6484fc0dcd09d8cced"
}

@@ -15,2 +15,3 @@ # Jest builder for Angular build facade

- [Version 18](https://github.com/just-jeb/angular-builders/blob/18.x.x/packages/jest/README.md)
- [Version 17](https://github.com/just-jeb/angular-builders/blob/17.x.x/packages/jest/README.md)

@@ -34,3 +35,3 @@ - [Version 16](https://github.com/just-jeb/angular-builders/blob/16.x.x/packages/jest/README.md)

- [Angular CLI 18](https://www.npmjs.com/package/@angular/cli)
- [Angular CLI 19](https://www.npmjs.com/package/@angular/cli)
- [Jest 29](https://www.npmjs.com/package/jest)

@@ -37,0 +38,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet