Возможно ли мокнуть addNotification, чтобы проверить ее вызов?

import { useNotification } from '@/.../...'

setup() {
...
const { addNotification } = useNotifications();
...
addNotification();
...
}

Ответы (0 шт):