You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use validatedMethods in a mantra-app where we want to unit-test the methods. The test runs just wich mocha (without meteor), so it has no idea of meteor-packages.
By looking at the code, this package has little depencencies on meteor-stuff (e.g. Match), so it should be easy to create a npm-version of it.
Thoughts?
The text was updated successfully, but these errors were encountered:
@macrozone Thoughts on making an npm-based implementation of this? This would be a valuable Meteor contribution, and we could (officially) publish it as @meteorjs/validated-method!
We use validatedMethods in a mantra-app where we want to unit-test the methods. The test runs just wich mocha (without meteor), so it has no idea of meteor-packages.
By looking at the code, this package has little depencencies on meteor-stuff (e.g. Match), so it should be easy to create a npm-version of it.
Thoughts?
The text was updated successfully, but these errors were encountered: