refactor: move from union type to object enum
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
||||
|
||||
exports[`TaskPriority > exposes wire values on const keys 1`] = `
|
||||
{
|
||||
"CRITICAL": "critical",
|
||||
"HIGH": "high",
|
||||
"LOW": "low",
|
||||
"MEDIUM": "medium",
|
||||
}
|
||||
`;
|
||||
Reference in New Issue
Block a user