Hi folks,
I want to validate ( need to make email confirmed property true) user under filter:register.shouldQueue filter. Is any way to do this ?
Feedback appreciated
Thanks
I figured out how to make this happen:
https://github.com/boomzillawtf/nodebb-plugin-upvote-notifications
What I had to do:
npm link
nodebb as a module for my pluginbcrypt.js
from the nodebb root directory into the root directory for my plugin (for user password hashing when creating users in the tests)module.parent.require
method.@boomzilla said in Plugin Integration Test:
automated integration tests
I have no idea what this even means, but I'm glad you got it working