test #2545

Merged
juan merged 11 commits from test into dev 2024-06-04 21:05:49 +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; 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,