🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@amedia/kragl-jest

Package Overview
Dependencies
Maintainers
112
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amedia/kragl-jest

Scripts for Jest

latest
Source
npmnpm
Version
4.0.8
Version published
Maintainers
112
Created
Source

kragl-jest

Usage

npm install --save-dev @amedia/kragl-jest

Add some scripts to your package.json:

{
  "devDependencies": {
    "@amedia/kragl": "^0.0.0"
  },
  "scripts": {
    "test": "kragl-jest"
  }
}

Add a root jest.config.cjs:

module.exports = require('@amedia/kragl-jest/config/jest.config.cjs');

FAQs

Package last updated on 22 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts