if (test.nonerr) {
                for (var passItem of test.nonerr) {
                    output += `${preface} ${this.chalk.green(passItem.message)}\n`
                }
            }