hotfix: ledger_next transacciones refs #7523 #2540

Merged
carlosap merged 7 commits from 7523-ledger_next-transacciones into master 2024-06-04 17:14:52 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit e2adadb8da - Show all commits

View File

@ -98,8 +98,8 @@ async function test() {
const SpecReporter = require('jasmine-spec-reporter').SpecReporter;
runner.addReporter(new SpecReporter({
spec: {
displaySuccessful: true,
displayPending: true
displaySuccessful: opts.ci,
displayPending: opts.ci
},
summary: {
displayPending: false,