mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-15 22:41:30 +00:00
Fix and pass feature test
This commit is contained in:
parent
a3d28dafb7
commit
f54df4374e
@ -1,5 +1,6 @@
|
|||||||
|
|
||||||
const { Shop, Item } = require("../src/gilded_rose");
|
const { Shop } = require("../src/shop");
|
||||||
|
const { Item } = require("../src/item");
|
||||||
|
|
||||||
const items = [
|
const items = [
|
||||||
new Item("+5 Dexterity Vest", 10, 20),
|
new Item("+5 Dexterity Vest", 10, 20),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user