babel/packages/babel-helper-transform-fixture-test-runner
TagawaHirotaka 9780c5667f
Replace the deprecated produceCachedData option used in vm module with script.createCachedData() (#13741)
* Replace the deprecated vm produceCachedData option with createCachedData

* Use BABEL_8_BREAKING flag
2021-09-12 01:09:05 +02:00
..
2017-03-25 21:46:16 -04:00
2021-09-09 19:22:51 +00:00

@babel/helper-transform-fixture-test-runner

Transform test runner for @babel/helper-fixtures module

See our website @babel/helper-transform-fixture-test-runner for more information.

Install

Using npm:

npm install --save-dev @babel/helper-transform-fixture-test-runner

or using yarn:

yarn add @babel/helper-transform-fixture-test-runner --dev