dsj2: enabling center test

This commit is contained in:
delfino 2025-02-19 22:07:45 +00:00
parent 8003616d53
commit e42620ee15
No known key found for this signature in database
GPG key ID: CFE0DD6A770BF48C

View file

@ -45,7 +45,7 @@ x -> y
expect(result.renderOptions.sketch).toBe(true);
expect(result.renderOptions.themeID).toBe(4);
expect(result.renderOptions.darkThemeID).toBe(200);
// expect(result.renderOptions.center).toBe(true);
expect(result.renderOptions.center).toBe(true);
expect(result.renderOptions.pad).toBe(10);
await d2.worker.terminate();
}, 20000);