Updated things for compound testing

This commit is contained in:
Dunemask 2022-07-12 02:44:44 +00:00
parent 4e6732c09b
commit 5c3f865604
16 changed files with 160 additions and 56 deletions

View file

@ -1,3 +1,4 @@
import TestResultsWorker from "./TestResultsWorker.js";
export default [new TestResultsWorker()];
const getWorkers = (skio) => [new TestResultsWorker(skio)];
export default getWorkers;