Skip to content

Commit

Permalink
register test to run, and give it distinct name
Browse files Browse the repository at this point in the history
  • Loading branch information
cmloegcmluin committed Nov 16, 2020
1 parent 6fcb2d9 commit 458c870
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/accidental_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Vex.Flow.Test.Accidental = (function() {
Vex.Flow.Test.runTests('Multi Voice', Vex.Flow.Test.Accidental.multiVoice);
Vex.Flow.Test.runTests('Microtonal', Vex.Flow.Test.Accidental.microtonal);
Vex.Flow.Test.runTests('Microtonal (Iranian)', Vex.Flow.Test.Accidental.microtonal_iranian);
Vex.Flow.Test.runTests('Sagittal', Vex.Flow.Test.Accidental.sagittal);
test('Automatic Accidentals - Simple Tests', Vex.Flow.Test.Accidental.autoAccidentalWorking);
Vex.Flow.Test.runTests('Automatic Accidentals', Vex.Flow.Test.Accidental.automaticAccidentals0);
Vex.Flow.Test.runTests('Automatic Accidentals - C major scale in Ab', Vex.Flow.Test.Accidental.automaticAccidentals1);
Expand Down Expand Up @@ -482,7 +483,7 @@ Vex.Flow.Test.Accidental = (function() {
vf.draw();

Vex.Flow.Test.plotLegendForNoteWidth(ctx, 580, 140);
ok(true, 'Microtonal Accidental');
ok(true, 'Sagittal');
},

automaticAccidentals0: function(options) {
Expand Down

0 comments on commit 458c870

Please sign in to comment.