Use a task runner for more granularity/parallelism

This commit is contained in:
Nick Gerleman
2022-12-24 05:57:36 -08:00
parent fb68379dee
commit d8296b9190
6 changed files with 855 additions and 35 deletions

View File

@@ -29,7 +29,7 @@ module.exports = {
},
overrides: [
{
files: ["jest.*", "tests/**"],
files: ["jest.*", "just.config.js", "tests/**"],
env: {
node: true,
},
@@ -38,6 +38,7 @@ module.exports = {
getMeasureCounterMax: "writable",
getMeasureCounterMin: "writable",
Yoga: "writable",
YGBENCHMARK: "writable",
},
},
],