File size: 146 Bytes
1e92f2d
 
 
1
2
3
4
import { ActionJSON } from './action-json.interface.js'

export const buildActionTestId = (action: ActionJSON): string => `action-${action.name}`