Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 367 Bytes

File metadata and controls

12 lines (8 loc) · 367 Bytes

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"));