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;
runner.addReporter(new SpecReporter({
spec: {
displaySuccessful: true,
displayPending: true
displaySuccessful: opts.ci,
displayPending: opts.ci
},
summary: {
displayPending: false,