Files
ComfyUI_frontend/test/__snapshots__/LLink.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

24 lines
278 B
Plaintext

// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`LLink > matches previous snapshot > Basic 1`] = `
[
1,
4,
2,
5,
3,
"float",
]
`;
exports[`LLink > serializes to the previous snapshot > Basic 1`] = `
[
1,
4,
2,
5,
3,
"float",
]
`;