Skip to content

Commit

Permalink
fix(specs): protected-area e2e specs import
Browse files Browse the repository at this point in the history
  • Loading branch information
kgajowy committed Sep 13, 2021
1 parent f83add6 commit 6a53552
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import * as request from 'supertest';
import { E2E_CONFIG } from '../e2e.config';
import { CreateScenarioDTO } from '@marxan-api/modules/scenarios/dto/create.scenario.dto';
import { IUCNProtectedAreaCategoryDTO } from '@marxan-api/modules/protected-areas/dto/iucn-protected-area-category.dto';
import { ProtectedArea } from '@marxan-api/modules/protected-areas/protected-area.geo.entity';
import * as JSONAPISerializer from 'jsonapi-serializer';
import { Organization } from '@marxan-api/modules/organizations/organization.api.entity';
import { Project } from '@marxan-api/modules/projects/project.api.entity';
Expand All @@ -16,6 +15,7 @@ import { ProjectsTestUtils } from '../utils/projects.test.utils';
import { OrganizationsTestUtils } from '../utils/organizations.test.utils';
import { ScenariosTestUtils } from '../utils/scenarios.test.utils';
import { IUCNCategory } from '@marxan/iucn';
import { ProtectedArea } from '@marxan/protected-areas';

afterAll(async () => {
await tearDown();
Expand Down

0 comments on commit 6a53552

Please sign in to comment.