Overruled @babel/helpers to fix how initializers play with decorated properties. Thus circumventing the imperformant and lengthy code being generated by babel in the non-legacy option.
4 lines
75 B
JavaScript
4 lines
75 B
JavaScript
import runner from "@babel/helper-plugin-test-runner";
|
|
|
|
runner(__dirname);
|