mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-10 05:46:03 +00:00
f289a6fc6a
Embark relies on certain specific plugin properties, e.g. registered compilers, and retrieves them using `plugins.getPluginProperties('compilers', 'compilers')`. In order to make this work in the testing environment, we need those same APIs in the `embark-testing` package as well. This commit adds necessary APIs to `Plugins` and `Plugin` to make registering and loading compiler plugins work.