Skip to content

Commit

Permalink
updated music app spec
Browse files Browse the repository at this point in the history
  • Loading branch information
gb0808 committed Jul 17, 2024
1 parent f24fc12 commit df8309a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/procedures/music-app.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ describe(utils.suiteName(__filename), function () {
["getSoundNames", ["chords", "key", "bpm", "instrumentName"]],
["nameToSound", ["nameOfSound"]],
["getDrumOneShotNames", ["packName", "drumType"]],
["getSong", ["nameOfSong"]],
["getSongNames", ["composer", "name"]],
]);

before(async () => {
Expand Down

0 comments on commit df8309a

Please sign in to comment.