Closed germain-gg closed 6 years ago
The unit tests that import directly from a src/SourceNode/<name>
are failing due to Super expression must either be null or a function, not object
Potentially something like a circular reference
Those classes extend the default export, which should also be a class.
Something is causing the jest transpiler to wrap the exports in an object?
Re-ordering some of the inputs has prevented this. Merging now
Hey,
As I was going through some of the codebase, I've updated bits of it to avoid hardcoded values