removed tooltip directive testfile

This commit is contained in:
MastersGame
2026-02-07 15:35:01 +01:00
parent b631df89ea
commit b23aaf4197

View File

@@ -1,8 +0,0 @@
import { QdTooltipDirective } from '../directives/qd-tooltip-directive';
describe('QdTooltipDirective', () => {
it('should create an instance', () => {
const directive = new QdTooltipDirective();
expect(directive).toBeTruthy();
});
});