Skip to content
This repository has been archived by the owner. It is now read-only.
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@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.

About

Test file transforms as used by AVA

Topics

Resources

License

Packages

No packages published