in packages/core/src/suites.js [12:17]
constructor(data) { super(data); this.name = data.name; this.config = data.config; this.tests = data.tests; }