in src/util/test-rules.js [32:40]
reporter(info) {
const {
msg
} = info;
if (msgs.indexOf(msg) >= 0) {
cnt += 1;
}
},