refactor: refs #6765 Ekt tests #3318

Open
guillermo wants to merge 4 commits from 6765-ektTests into dev
1 changed files with 23 additions and 0 deletions
Showing only changes of commit a1d453f6ed - Show all commits

View File

@ -0,0 +1,23 @@
const {models} = require('vn-loopback/server/server');
describe('Edi ekt_scan()', () => {
it('clasico de subasta', async() => {
await Self.rawSql(`CALL edi.ekt_scan(?);`, [args.id], myOptions);
});
it('Batchnumber largo', async() => {
});
it('Order number', async() => {
});
it('deliveryNumber incrustado', async() => {
});
it('Solo campo agj', async() => {
});
});