mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-15 22:41:30 +00:00
uncomments test
This commit is contained in:
parent
fd35bf5be1
commit
3f223c611d
@ -2,11 +2,9 @@ import { expect } from 'chai';
|
||||
import { Item, GildedRose } from '../app/gilded-rose';
|
||||
|
||||
describe('Gilded Rose', function () {
|
||||
|
||||
// it('should foo', function() {
|
||||
// const gildedRose = new GildedRose([ new Item('foo', 0, 0) ]);
|
||||
// const items = gildedRose.updateQuality();
|
||||
// expect(items[0].name).to.equal('fixme');
|
||||
// });
|
||||
|
||||
it('should foo', function() {
|
||||
const gildedRose = new GildedRose([ new Item('foo', 0, 0) ]);
|
||||
const items = gildedRose.updateQuality();
|
||||
expect(items[0].name).to.equal('fixme');
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user