Files
ComfyUI_frontend/test/__snapshots__/LGraphGroup.test.ts.snap
filtered 7e21b00cc7 Replace test framework: jest -> vitest (#281)
* Replace test framework: jest -> vitest

* nit - remove deprecated npm scripts

* Add vitest config

* Add a few basic tests

* Update actions with vitest params

* Add correct expectations

* Remove jest config
2024-11-06 17:27:32 -05:00

18 lines
286 B
Plaintext

// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`LGraphGroup > serializes to the existing format > Basic 1`] = `
{
"bounding": [
10,
10,
140,
80,
],
"color": "#3f789e",
"flags": {},
"font_size": 24,
"id": 929,
"title": "title",
}
`;