Skip to content
Snippets Groups Projects
Select Git revision
  • 6350e612a29baf898b3d1220d0da4a71da447254
  • main default protected
  • release
  • 0.21.0
  • 0.20.0
  • 0.19.0
  • 0.18.0
  • 0.17.0
  • 0.16.0
  • 0.15.0
  • 0.14.0
  • 0.13.0
  • 0.11.0
  • 0.10.0
  • 0.9.0
  • 0.8.0
  • 0.7.0
  • 0.6.0
  • 0.5.0
  • 0.4.2
  • 0.4.1
  • 0.4.0
  • 0.3.0
23 results

pom.xml

Blame
  • collaboration.module.spec.ts 382 B
    import { TestBed } from '@angular/core/testing';
    import { CollaborationModule } from './collaboration.module';
    
    describe('CollaborationModule', () => {
      beforeEach(async () => {
        await TestBed.configureTestingModule({
          imports: [CollaborationModule],
        }).compileComponents();
      });
    
      it('should create', () => {
        expect(CollaborationModule).toBeDefined();
      });
    });