This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
nezha-nezha-fronted/nezha-fronted/test/unit/__mocks__/axios.js

4 lines
76 B
JavaScript
Raw Normal View History

2022-04-15 13:42:54 +08:00
module.exports = {
get: jest.fn(() => Promise.resolve({ status: 200 }))
}