Skip to content

Commit 286fdf9

Browse files
committed
style(itest): fix lint errors following previous change
1 parent 267d8b1 commit 286fdf9

4 files changed

Lines changed: 2 additions & 9 deletions

File tree

docs/api/classes/client_LodestoneClient.default.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ Client for interfacing with the Final Fantasy XIV Lodestone.
2828

2929
#### Defined in
3030

31-
[client/LodestoneClient.ts:50](https://github.com/XIVStats/lodestone/blob/1f47efc/src/client/LodestoneClient.ts#L50)
31+
[client/LodestoneClient.ts:50](https://github.com/XIVStats/lodestone/blob/267d8b1/src/client/LodestoneClient.ts#L50)

docs/api/modules/locale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ Square Enix labelling - eu=en, na=enUs, de=de, fr=fr, jp=ja
2828

2929
#### Defined in
3030

31-
[locale/type/OptionalPerLanguageMapping.ts:37](https://github.com/XIVStats/lodestone/blob/1f47efc/src/locale/type/OptionalPerLanguageMapping.ts#L37)
31+
[locale/type/OptionalPerLanguageMapping.ts:37](https://github.com/XIVStats/lodestone/blob/267d8b1/src/locale/type/OptionalPerLanguageMapping.ts#L37)

src/entity/character/attribute/class/__itests__/Class.itest.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ import Language from '../../../../../locale/Language'
3030
import LocalizedClientFactory from '../../../../../locale/LocalizedClientFactory'
3131
import IClass from '../interface/IClass'
3232
import ClassConfig from '../../../config/ClassConfig'
33-
import ClassAbbreviation from '../category/ClassAbbreviation'
34-
import Role from '../category/Role'
35-
import ClassCategory from '../category/ClassCategory'
3633
import Class from '../Class'
3734
import CreatureClient from '../../../../../client/entity/CreatureClient'
3835

src/entity/character/attribute/class/__tests__/Class.test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,12 @@
2525
*
2626
*/
2727

28-
import { CheerioAPI } from 'cheerio'
2928
import Language from '../../../../../locale/Language'
30-
import LocalizedClientFactory from '../../../../../locale/LocalizedClientFactory'
31-
import IClass from '../interface/IClass'
3229
import ClassConfig from '../../../config/ClassConfig'
3330
import ClassAbbreviation from '../category/ClassAbbreviation'
3431
import Role from '../category/Role'
3532
import ClassCategory from '../category/ClassCategory'
3633
import Class from '../Class'
37-
import CreatureClient from '../../../../../client/entity/CreatureClient'
3834

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

0 commit comments

Comments
 (0)