Skip to content

Commit

Permalink
feat(tests) changing the admin test
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Narcisi committed Mar 13, 2024
1 parent ff82974 commit f95104f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 24 deletions.
18 changes: 18 additions & 0 deletions frontend/src/app/adminModule/admin.component.cy.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
import { async, ComponentFixture, TestBed } from '@angular/core/testing';

import { AdminComponent } from './admin.component';
import { GN2CommonModule } from '@geonature_common/GN2Common.module';
import { AppModule } from '@geonature/app.module';

describe('AdminComponent', () => {

it('show component', () => {

cy.mount(AdminComponent, {
componentProperties: {},
imports: [],
declarations: [],
providers: [],
});
});
});
24 changes: 0 additions & 24 deletions frontend/src/app/adminModule/admin.component.spec.ts

This file was deleted.

0 comments on commit f95104f

Please sign in to comment.