global filter

This commit is contained in:
2026-03-11 18:04:42 +01:00
parent c2bcac58b3
commit 196e8c80d8
25 changed files with 192 additions and 136 deletions
@@ -13,7 +13,6 @@ describe('TransposeService', () => {
});
it('should create map upwards', () => {
const distance = service.getDistance('D', 'G');
const map = service.getMap('D', 'G');
if (map) {
@@ -22,7 +21,6 @@ describe('TransposeService', () => {
});
it('should create map downwards', () => {
const distance = service.getDistance('G', 'D');
const map = service.getMap('G', 'D');
if (map) {