Socket
Socket
Sign inDemoInstall

@ava/babel-preset-transform-test-files

Package Overview
Dependencies
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ava/babel-preset-transform-test-files

Babel preset for use with AVA test files


Version published
Weekly downloads
67K
increased by5.51%
Maintainers
3
Weekly downloads
 
Created
Source

@ava/babel-preset-transform-test-files Build Status

Babel preset for use with AVA test files

Currently contains:

Install

$ npm install --save @ava/babel-preset-transform-test-files

Usage

Add @ava/transform-test-files to your Babel presets. You can disable babel-plugin-espower by setting the powerAssert option to false:

{
  "presets": [
    ["@ava/transform-test-files", {"powerAssert": false}]
  ]
}

Require @ava/babel-preset-transform-test-files/package-hash to get a combined hash for the installed version of the preset, as well as the plugins used.

Keywords

FAQs

Package last updated on 11 Aug 2019

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