Skip to content

Commit

Permalink
style(itest): fix lint errors following previous change
Browse files Browse the repository at this point in the history
  • Loading branch information
ReidWeb committed Jan 15, 2022
1 parent 267d8b1 commit 286fdf9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/api/classes/client_LodestoneClient.default.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ Client for interfacing with the Final Fantasy XIV Lodestone.

#### Defined in

[client/LodestoneClient.ts:50](https://github.com/XIVStats/lodestone/blob/1f47efc/src/client/LodestoneClient.ts#L50)
[client/LodestoneClient.ts:50](https://github.com/XIVStats/lodestone/blob/267d8b1/src/client/LodestoneClient.ts#L50)
2 changes: 1 addition & 1 deletion docs/api/modules/locale.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ Square Enix labelling - eu=en, na=enUs, de=de, fr=fr, jp=ja

#### Defined in

[locale/type/OptionalPerLanguageMapping.ts:37](https://github.com/XIVStats/lodestone/blob/1f47efc/src/locale/type/OptionalPerLanguageMapping.ts#L37)
[locale/type/OptionalPerLanguageMapping.ts:37](https://github.com/XIVStats/lodestone/blob/267d8b1/src/locale/type/OptionalPerLanguageMapping.ts#L37)
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ import Language from '../../../../../locale/Language'
import LocalizedClientFactory from '../../../../../locale/LocalizedClientFactory'
import IClass from '../interface/IClass'
import ClassConfig from '../../../config/ClassConfig'
import ClassAbbreviation from '../category/ClassAbbreviation'
import Role from '../category/Role'
import ClassCategory from '../category/ClassCategory'
import Class from '../Class'
import CreatureClient from '../../../../../client/entity/CreatureClient'

Expand Down
4 changes: 0 additions & 4 deletions src/entity/character/attribute/class/__tests__/Class.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,12 @@
*
*/

import { CheerioAPI } from 'cheerio'
import Language from '../../../../../locale/Language'
import LocalizedClientFactory from '../../../../../locale/LocalizedClientFactory'
import IClass from '../interface/IClass'
import ClassConfig from '../../../config/ClassConfig'
import ClassAbbreviation from '../category/ClassAbbreviation'
import Role from '../category/Role'
import ClassCategory from '../category/ClassCategory'
import Class from '../Class'
import CreatureClient from '../../../../../client/entity/CreatureClient'

describe('Class', () => {
describe('given we are converting display name into abbreviation', () => {
Expand Down

0 comments on commit 286fdf9

Please sign in to comment.