Header / Footer editor added - Right now linked to products permission, which should be changed
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
import { HeaderFooterRoutingModule } from './header-footer-routing.module';
|
||||
|
||||
describe('HeaderFooterRoutingModule', () => {
|
||||
let headerFooterRoutingModule: HeaderFooterRoutingModule;
|
||||
|
||||
beforeEach(() => {
|
||||
headerFooterRoutingModule = new HeaderFooterRoutingModule();
|
||||
});
|
||||
|
||||
it('should create an instance', () => {
|
||||
expect(headerFooterRoutingModule).toBeTruthy();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user