Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

break test files up #156

Open
ashleygwilliams opened this issue Aug 10, 2015 · 2 comments
Open

break test files up #156

ashleygwilliams opened this issue Aug 10, 2015 · 2 comments

Comments

@ashleygwilliams
Copy link
Contributor

the test files are extremely long and difficult to edit/manage. let's break them up by route.

@cadecairos
Copy link
Contributor

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

@simonwex
Copy link

WIP: #158

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants