13 lines
278 B
Plaintext
13 lines
278 B
Plaintext
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
|
|
exports[`TaskStatus > exposes wire values on const keys 1`] = `
|
|
{
|
|
"BACKLOG": "backlog",
|
|
"CANCELLED": "cancelled",
|
|
"DONE": "done",
|
|
"IN_PROGRESS": "in-progress",
|
|
"OPEN": "open",
|
|
"UNKNOWN": "unknown",
|
|
}
|
|
`;
|