migrate angular 21 tests
This commit is contained in:
@@ -45,7 +45,7 @@ describe('TransposeService', () => {
|
||||
|
||||
void expect(distance).toBe(1);
|
||||
void expect(map?.['H']).toBe('C');
|
||||
void expect(map?.['B']).toBe('C#');
|
||||
void expect(map?.['B']).toBe('H');
|
||||
});
|
||||
|
||||
it('should render unknown chords as X', () => {
|
||||
|
||||
Reference in New Issue
Block a user