babel/packages/babel-helper-fixtures
Daniel Tschinder 07eaa3c63f
Ignore empty fixture directories and fix fixtures in the parser (#9113)
* Ignore fixture directories that do not contain input or exec

* Fix parser test fixtures structures for some imported esprima tests.

* Warn on test folders that are not empty and do not contain testfiles
2018-12-02 22:55:06 -08:00
..
2017-03-25 21:46:16 -04:00

@babel/helper-fixtures

Helper function to support fixtures

See our website @babel/helper-fixtures for more information.

Install

Using npm:

npm install --save-dev @babel/helper-fixtures

or using yarn:

yarn add @babel/helper-fixtures --dev