babel/packages/babel-helper-transform-fixture-test-runner
Henry Zhu 0553d7761d Publish
- babel-cli@7.0.0-alpha.2
 - babel-core@7.0.0-alpha.2
 - babel-helper-plugin-test-runner@7.0.0-alpha.2
 - babel-helper-transform-fixture-test-runner@7.0.0-alpha.2
 - babel-register@7.0.0-alpha.2
2017-03-08 13:08:44 -05:00
..
2017-03-08 13:08:44 -05:00
2015-11-12 01:09:31 -08:00

babel-helper-transform-fixture-test-runner

NOTE: This is an internal Babel module and may not work outside. Use at your own risk.

Usage

import runFixtures from "babel-helper-transform-fixture-test-runner";
import getFixtures from "babel-helper-fixtures";

runFixtures(getFixtures("/User/sebmck/Projects/babel-something/test/fixtures"));