mirror of
https://github.com/portainer/portainer.git
synced 2025-08-07 14:55:27 +02:00
fix(ui): stub unused modules [EE-6583] (#11006)
This commit is contained in:
parent
69c06bc756
commit
8f0f9d7aaa
6 changed files with 13 additions and 35 deletions
|
@ -2,7 +2,6 @@ import toastr from 'toastr';
|
|||
|
||||
import { notifyError, notifySuccess, notifyWarning } from './notifications';
|
||||
|
||||
vi.mock('toastr');
|
||||
vi.spyOn(console, 'error').mockImplementation(() => vi.fn());
|
||||
|
||||
afterEach(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue