Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

yaml-jest-transform

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yaml-jest-transform

This is a transform for yaml files in jest

  • 2.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
11K
increased by27.16%
Maintainers
1
Weekly downloads
 
Created
Source

yaml-jest-transform

This is a transform for yaml files in jest

Warning : Version 2 is for jest version 28, for version 27 use version 1 of this package

Install

Use the one of the following commands :

$ yarn add yaml-jest-transform
$ npm i --save yaml-jest-transform

Usage

In your jest config, use it like this :

transform: {
  '\\.yaml$': 'yaml-jest-transform',
},

Inspiration

This package is no different from jest-yaml-transform except it is up to date

FAQs

Package last updated on 02 May 2022

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc