Files
babel/packages/babel-core/test/transformation.js
2021-11-29 21:48:34 +01:00

12 lines
268 B
JavaScript

import runner from "@babel/helper-transform-fixture-test-runner";
import { fileURLToPath } from "url";
import path from "path";
runner.default(
path.join(
path.dirname(fileURLToPath(import.meta.url)),
"/fixtures/transformation",
),
"transformation",
);