hotfix: ledger_next transacciones refs #7523
gitea/salix/pipeline/pr-master This commit looks good Details

This commit is contained in:
Carlos Andrés 2024-06-04 15:43:32 +02:00
parent c57f4db623
commit e2adadb8da
1 changed files with 2 additions and 2 deletions

View File

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