refactor: move from union type to object enum
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// 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",
|
||||
"TODO": "todo",
|
||||
}
|
||||
`;
|
||||
Reference in New Issue
Block a user