* Make @babel/plugin-class-features a normal helper package This effectively disallows using it directly. * Rename helper * Style * Don't add prefix to plugin name * Move private methods plugin
4 lines
75 B
JavaScript
4 lines
75 B
JavaScript
import runner from "@babel/helper-plugin-test-runner";
|
|
|
|
runner(__dirname);
|