mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 20:32:15 +00:00
8 lines
109 B
JavaScript
8 lines
109 B
JavaScript
describe("Gilded Rose", function() {
|
|
|
|
it("should do something", function() {
|
|
update_quality
|
|
});
|
|
|
|
});
|