Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@amedia/kragl-jest

Package Overview
Dependencies
Maintainers
80
Versions
47
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.3
Version published
Maintainers
80
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 19 Feb 2025

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