mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 04:12:13 +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() {
|
||||
|
||||
it("should do something", function() {
|
||||
update_quality
|
||||
it("should foo", function() {
|
||||
items = [ new Item("foo", 0, 0) ];
|
||||
update_quality();
|
||||
expect(items[0].name).toEqual("fixme");
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user