api.webmaker.org
api.webmaker.org copied to clipboard
break test files up
the test files are extremely long and difficult to edit/manage. let's break them up by route.
Here's mostly what this will be broken into:
- test
- services
- api
- handlers
- bulk
- index.js
- docs
- index.js
- elements
- getAllInPage.js
- getOne.js
- create.js
- update.js
- delete.js
- options.js
- pages
- getAllInProject.js
- getOne.js
- create.js
- update.js
- delete.js
- options.js
- projects
- discover.js
- discoverLocale.js
- getOne.js
- getAll.js
- getAllByUser.js
- getRemixes.js
- remix.js
- create.js
- update.js
- feature.js
- delete.js
- options.js
- thumbnails.js
- users
- create.js
- get.js
- update.js
- delete.js
- options.js
- bulk
- handlers
- api
- services
WIP: #158