4 lines
37 B
TypeScript
4 lines
37 B
TypeScript
|
export default {
|
||
|
push: jest.fn()
|
||
|
}
|