feat: refs #6404 add mail notification #2566
|
@ -55,6 +55,8 @@ describe('MRWConfig createShipment()', () => {
|
|||
|
||||
afterAll(async() => {
|
||||
await cleanFixtures();
|
||||
await models.Ticket.destroyAll(ticket1);
|
||||
await models.Expedition.destroyAll(ticket1);
|
||||
});
|
||||
|
||||
beforeEach(async() => {
|
||||
|
|
Loading…
Reference in New Issue