UNPKG

teenytest

Version:
6 lines (4 loc) 162 B
const filterDeep = require('lodash-deeper').filterDeep module.exports = function (exampleGroups) { return filterDeep(exampleGroups, ['type', 'test']).length }