tests(integration): Create separate helper for api integration tests

This commit is contained in:
Blade Barringer
2016-01-13 12:23:24 -06:00
parent 771bc0c5b5
commit b68861681c
21 changed files with 320 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
import { requester } from '../../../helpers/api-integration.helper';
import { requester } from '../../../helpers/api-v3-integration.helper';
describe('notFound Middleware', () => {
it('returns a 404 error when the resource is not found', async () => {