mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 18:44:14 +00:00
97399 Implemented basic working tooltip on top level community list
This commit is contained in:
8
src/app/shared/context-help.directive.spec.ts
Normal file
8
src/app/shared/context-help.directive.spec.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { ContextHelpDirective } from './context-help.directive';
|
||||
|
||||
describe('ContextHelpDirective', () => {
|
||||
it('should create an instance', () => {
|
||||
const directive = new ContextHelpDirective();
|
||||
expect(directive).toBeTruthy();
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user