Testing
This commit is contained in:
5
client/mocks/modules/hot-toast.ts
Normal file
5
client/mocks/modules/hot-toast.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { map } from "rxjs";
|
||||
|
||||
export class HotToastService {
|
||||
observe = jest.fn().mockImplementation(() => map(x => x))
|
||||
};
|
||||
Reference in New Issue
Block a user