mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-17 23:41:27 +00:00
Clarify comment
This commit is contained in:
parent
5080a0ba94
commit
18a7012aa7
@ -1,7 +1,7 @@
|
|||||||
import { Item, GildedRose } from '@/gilded-rose'
|
import { Item, GildedRose } from '@/gilded-rose'
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A copy of the unrefactored GildedRose class which will be used for acceptance tests
|
* A copy of the unrefactored GildedRose class used for acceptance tests
|
||||||
*/
|
*/
|
||||||
export class AcceptanceGildedRose {
|
export class AcceptanceGildedRose {
|
||||||
items: Array<Item>
|
items: Array<Item>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user