generated from nhcarrigan/template
chore: format
This commit is contained in:
@@ -264,8 +264,7 @@ describe("quickActionsStore", () => {
|
||||
|
||||
describe("quick action ID generation", () => {
|
||||
it("generates unique custom action IDs", () => {
|
||||
const generateId = () =>
|
||||
`custom-${Date.now()}-${Math.random().toString(36).substring(2, 9)}`;
|
||||
const generateId = () => `custom-${Date.now()}-${Math.random().toString(36).substring(2, 9)}`;
|
||||
|
||||
const id1 = generateId();
|
||||
const id2 = generateId();
|
||||
|
||||
Reference in New Issue
Block a user