How to use the @babel/helper-transform-fixture-test-runner function in @babel/helper-transform-fixture-test-runner

To help you get started, we’ve selected a few @babel/helper-transform-fixture-test-runner examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github babel / babel / packages / babel-helper-plugin-test-runner / src / index.js View on Github external
export default function(loc) {
  const name = path.basename(path.dirname(loc));
  testRunner(loc + "/fixtures", name);
}

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

Transform test runner for @babel/helper-fixtures module

MIT
Latest version published 24 hours ago

Package Health Score

93 / 100
Full package analysis

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

Similar packages