-
-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make the plugin tester file optional #487
Comments
balupton
added a commit
that referenced
this issue
May 29, 2013
- v6.37.0 May 29, 2013 - Plugin tester file is now optional when specifying something like `testerClass: 'RendererTester'` inside your plugin test file - Closes [issue #487](#487) - `enableUnlistedPlugins` is now set to `true` when running plugin tests (it was `false` before) - This allows us to remove the need for the plugin tester file for most situations
balupton
added a commit
that referenced
this issue
Oct 23, 2013
- v6.37.0 May 29, 2013 - Plugin tester file is now optional when specifying something like `testerClass: 'RendererTester'` inside your plugin test file - Closes [issue #487](#487) - `enableUnlistedPlugins` is now set to `true` when running plugin tests (it was `false` before) - This allows us to remove the need for the plugin tester file for most situations
can you add this in the write plugin documentation page please ? Plugin tester file is now optional when specifying something like |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should also scan the test/package.json file for plugins and auto add them to:
If needed.
The text was updated successfully, but these errors were encountered: