mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 12:22:12 +00:00
add initial test case for Javascript like all other (failing) test cases
This commit is contained in:
parent
4cb34a7c73
commit
f185c17187
@ -1,7 +1,9 @@
|
|||||||
describe("Gilded Rose", function() {
|
describe("Gilded Rose", function() {
|
||||||
|
|
||||||
it("should do something", function() {
|
it("should foo", function() {
|
||||||
update_quality
|
items = [ new Item("foo", 0, 0) ];
|
||||||
|
update_quality();
|
||||||
|
expect(items[0].name).toEqual("fixme");
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user