mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-16 06:51:27 +00:00
Remove comments
This commit is contained in:
parent
08de5f7272
commit
eb9d5c8f08
@ -8,14 +8,6 @@ glob.sync('./src/item_types/**/*.js').forEach(function (file) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
const standardItem = require('./standard_update.js')
|
const standardItem = require('./standard_update.js')
|
||||||
|
|
||||||
// const standardItem = require('./item_types/standard_update.js')
|
|
||||||
// const backstagePass = require('./item_types/backstage_pass_update.js')
|
|
||||||
// const agedBrie = require('./item_types/aged_brie_update.js')
|
|
||||||
// const sulfuras = require('./item_types/sulfuras_update.js')
|
|
||||||
|
|
||||||
// const itemTypes = [backstagePass, agedBrie, sulfuras]
|
|
||||||
|
|
||||||
class Shop {
|
class Shop {
|
||||||
constructor(items = []) {
|
constructor(items = []) {
|
||||||
this.items = items;
|
this.items = items;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user