Tests + Packages + Vite

This commit is contained in:
Dave
2026-03-16 11:02:48 -04:00
parent af52c35013
commit 3d7f2961fd
11 changed files with 2312 additions and 4013 deletions

View File

@@ -35,6 +35,11 @@ describe("TotalsServerSide fixture tests", () => {
const fixtureFiles = fs.readdirSync(fixturesDir).filter((f) => f.endsWith(".json"));
if (fixtureFiles.length === 0) {
it.skip("skips when no job total fixtures are present", () => {});
return;
}
const dummyClient = {
request: async () => {
return {};