Plugin system for preprocessors #581
Closed
Milestone
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create a plugin system for preprocessing test code so that users can utilize any build system they want to process spec files.
In addition to processing the files, a preprocessor can control file watching.
By default, the current preprocessing strategy will be enabled, allowing ES2015+ and CoffeeScript to be used without any extra configuration.
A user will be able to configure the system to use their own preprocessing strategy instead or none at all if they don't need it.
The text was updated successfully, but these errors were encountered: