Skip to content

Commit

Permalink
fix: fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Agnes Lin committed Sep 3, 2019
1 parent 61acd01 commit 35e85b4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
property,
} from '@loopback/repository';
import {expect, toJSON} from '@loopback/testlab';
import { MixedIdType } from '../helpers.repository-tests';
import {MixedIdType} from '../helpers.repository-tests';
import {
deleteAllModelsInDefaultDataSource,
withCrudCtx,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {Entity, model, property} from '@loopback/repository';
import {EntityCrudRepository} from '@loopback/repository';
import {expect, skipIf, toJSON} from '@loopback/testlab';
import {Suite} from 'mocha';
import { MixedIdType } from '../helpers.repository-tests';
import {MixedIdType} from '../helpers.repository-tests';
import {
withCrudCtx,
deleteAllModelsInDefaultDataSource,
Expand Down
2 changes: 1 addition & 1 deletion packages/repository-tests/src/crud/replace-by-id.suite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import {Entity, model, property} from '@loopback/repository';
import {AnyObject, EntityCrudRepository} from '@loopback/repository';
import {expect, toJSON} from '@loopback/testlab';
import { MixedIdType } from '../helpers.repository-tests';
import {MixedIdType} from '../helpers.repository-tests';
import {
deleteAllModelsInDefaultDataSource,
withCrudCtx,
Expand Down
2 changes: 1 addition & 1 deletion packages/repository-tests/src/crud/transactions.suite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
} from '@loopback/repository';
import {expect, skipIf, toJSON} from '@loopback/testlab';
import {Suite} from 'mocha';
import { withCrudCtx, MixedIdType } from '../helpers.repository-tests';
import {withCrudCtx, MixedIdType} from '../helpers.repository-tests';
import {
CrudFeatures,
CrudTestContext,
Expand Down

0 comments on commit 35e85b4

Please sign in to comment.