meteor / todos

The example app "Todos", written following the Meteor Guide
Other
535 stars 367 forks source link

Move tests to server directory? #212

Closed workflow closed 7 years ago

workflow commented 7 years ago

Since all the API tests in (lists.tests.js/todos.tests.js) are completely wrapped in Meteor.isServer, we could move them under their respective server/ directory for more clarity (I feel).

workflow commented 7 years ago

PR submitted: #213