Skip to content

Commit

Permalink
refactor(mixins)!: remove Tag#prefix
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <[email protected]>
  • Loading branch information
unicornware committed Feb 9, 2024
1 parent 043d475 commit 47342d2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions src/mixins/__tests__/tag.spec-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ describe('unit-d:mixins/Tag', () => {
expectTypeOf<TestSubject>().toHaveProperty('name').toBeString()
})

it('should match [prefix: string]', () => {
expectTypeOf<TestSubject>().toHaveProperty('prefix').toBeString()
})

it('should match [tag: string]', () => {
expectTypeOf<TestSubject>().toHaveProperty('tag').toBeString()
})
Expand Down
5 changes: 0 additions & 5 deletions src/mixins/tag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ interface Tag {
*/
name: string

/**
* Tag prefix.
*/
prefix: string

/**
* Parsed tag.
*/
Expand Down

0 comments on commit 47342d2

Please sign in to comment.