Evan Francis
Evan Francis
This may not be a typical use case, but I'm running unit tests for a Meteor app with Jest and circumventing Meteor's test command. If you were to change this...
(for #16) * import the Tracker dependency instead of relying on global I've only tested this by adding the dependency in `package.json` with the `file://` specifier, working fine for me.
I love the idea of a minimalistic grid like this, but one thing that's missing that most people will need at some point or another is the option to have...
Allow user invites to be sent from the admin accounts page. To do: * add UI in `PageAccountsAdminInvites` to browser invites, create new ones, and delete existing invites * create...
Thinking of forking the [atmosphere meteor-abtest](https://github.com/ManuelDeLeon/meteor-abtest) package to change a few things: * support percentage-based allocations (instead of random) * integrate with user roles system (see #27 for user roles)...
Set up an i18n library. No translations needed but the framework should be in place * [vue-i18n](https://kazupon.github.io/vue-i18n/en/started.html)
* integrate the [alanning:roles](https://github.com/alanning/meteor-roles) package * add a basic UI for managing users and roles, [see this article for inspiration](https://themeteorchef.com/tutorials/building-a-user-admin)
- test report results for number passed/failed and duration of tests. cobertura/junit?