Возможно ли мокнуть addNotification, чтобы проверить ее вызов?
import { useNotification } from '@/.../...'
setup() {
...
const { addNotification } = useNotifications();
...
addNotification();
...
}
import { useNotification } from '@/.../...'
setup() {
...
const { addNotification } = useNotifications();
...
addNotification();
...
}