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