File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,8 @@ describe("Temperament Functions", () => {
101101 ) ;
102102 } ) ;
103103 } ) ;
104-
104+ } ) ;
105+ /*
105106 describe("Temperament Management", () => {
106107 beforeEach(() => {
107108 // Reset global variables before each test
@@ -159,7 +160,7 @@ describe("Temperament Functions", () => {
159160 });
160161 });
161162});
162-
163+ */
163164describe ( "Constants" , ( ) => {
164165 it ( "should have correct default values" , ( ) => {
165166 expect ( DEFAULTINVERT ) . toBe ( "even" ) ;
@@ -202,8 +203,6 @@ describe("getIntervalRatio", () => {
202203 } ) ;
203204} ) ;
204205
205- //
206-
207206describe ( "getModeNumbers" , ( ) => {
208207 it ( "should return the correct mode numbers for a valid mode" , ( ) => {
209208 expect ( getModeNumbers ( "chromatic" ) ) . toBe ( "0 1 2 3 4 5 6 7 8 9 10 11" ) ;
@@ -220,7 +219,6 @@ describe("getModeNumbers", () => {
220219 } ) ;
221220} ) ;
222221
223- //
224222
225223jest . mock ( '../musicutils' , ( ) => {
226224 const actualModule = jest . requireActual ( '../musicutils' ) ;
You can’t perform that action at this time.
0 commit comments