Removed exclusion
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2021-08-10 14:28:37 +02:00
parent b3db1cda13
commit 6ed0dcc4c5
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
const models = require('vn-loopback/server/server').models;
xdescribe('invoiceOut summary()', () => {
describe('invoiceOut summary()', () => {
it('should return a summary object containing data from one invoiceOut', async() => {
const tx = await models.InvoiceOut.beginTransaction({});
const options = {transaction: tx};