Product Sale Module done (Sales Detail) -- need to rename the permission
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
import {ProductSaleReportRoutingModule} from './product-sale-report-routing.module';
|
||||
|
||||
describe('ProductSaleReportRoutingModule', () => {
|
||||
let productSaleReportRoutingModule: ProductSaleReportRoutingModule;
|
||||
|
||||
beforeEach(() => {
|
||||
productSaleReportRoutingModule = new ProductSaleReportRoutingModule();
|
||||
});
|
||||
|
||||
it('should create an instance', () => {
|
||||
expect(productSaleReportRoutingModule).toBeTruthy();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user