meteor / todos

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

Move server-side API tests to server directory. Closes #212 #213

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).

hwillson commented 7 years ago

Agreed @workflow - thanks for the PR!