Clarify comment

This commit is contained in:
Jesper 2022-04-13 17:42:06 +02:00
parent 5080a0ba94
commit 18a7012aa7

View File

@ -1,7 +1,7 @@
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 {
items: Array<Item>